From 09ccfbb0fd133f264305f76e881fbd7183c83fe3 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Mon, 27 Apr 2015 14:18:04 -0400 Subject: [PATCH] Improve new comments in Case class --- Core/src/org/sleuthkit/autopsy/casemodule/Case.java | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java index eae3e18063..696eeb6721 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java @@ -971,8 +971,7 @@ public class Case implements SleuthkitCase.ErrorObserver { } /** - * Adds an subscriber to events from other Autopsy nodes when a multi-user - * case is open. + * Adds a subscriber to events from this Autopsy node and other Autopsy nodes. * * @param eventNames The events the subscriber is interested in. * @param subscriber The subscriber to add. @@ -982,8 +981,7 @@ public class Case implements SleuthkitCase.ErrorObserver { } /** - * Adds an subscriber to events from other Autopsy nodes when a multi-user - * case is open. + * Adds a subscriber to events from this Autopsy node and other Autopsy nodes. * * @param eventNames The event the subscriber is interested in. * @param subscriber The subscriber to add. @@ -993,8 +991,7 @@ public class Case implements SleuthkitCase.ErrorObserver { } /** - * Removes a subscriber to events from other Autopsy nodes when a multi-user - * case is open. + * Adds a subscriber to events from this Autopsy node and other Autopsy nodes. * * @param eventName The event the subscriber is no longer interested in. * @param subscriber The subscriber to add. @@ -1004,8 +1001,7 @@ public class Case implements SleuthkitCase.ErrorObserver { } /** - * Removes a subscriber to events from other Autopsy nodes when a multi-user - * case is open. + * Removes a subscriber to events from this Autopsy node and other Autopsy nodes. * * @param eventNames The event the subscriber is no longer interested in. * @param subscriber The subscriber to add.