diff --git a/src/main/java/beamline/events/BEvent.java b/src/main/java/beamline/events/BEvent.java
index df75b879e872b69ff2d781047da782f6edc2ab46..d46d1fc5cc2676f2b4a3c93e7c396b4f53fcdc0a 100644
--- a/src/main/java/beamline/events/BEvent.java
+++ b/src/main/java/beamline/events/BEvent.java
@@ -109,7 +109,6 @@ public class BEvent implements Serializable, Comparable<BEvent> {
 	 * @param processName the name of the process
 	 * @param activityName the name of the activity
 	 * @param caseId the identifier of the process instance
-	 * @return the new event
 	 * @throws EventException this exception is thrown is incomplete information
 	 * is provided
 	 */