From b5cf676e245b9ae1cf289ad7ae97b80d5338dcbf Mon Sep 17 00:00:00 2001 From: Andrea Burattin <andrea.burattin@gmail.com> Date: Sat, 26 Mar 2022 21:20:50 +0100 Subject: [PATCH] Fixed error in the documentation of BEvent --- src/main/java/beamline/events/BEvent.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/beamline/events/BEvent.java b/src/main/java/beamline/events/BEvent.java index df75b87..d46d1fc 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 */ -- GitLab