Improve new comments in Case class

This commit is contained in:
Richard Cordovano 2015-04-27 14:18:04 -04:00
parent 27f758b8b9
commit 09ccfbb0fd

View File

@ -971,8 +971,7 @@ public class Case implements SleuthkitCase.ErrorObserver {
} }
/** /**
* Adds an subscriber to events from other Autopsy nodes when a multi-user * Adds a subscriber to events from this Autopsy node and other Autopsy nodes.
* case is open.
* *
* @param eventNames The events the subscriber is interested in. * @param eventNames The events the subscriber is interested in.
* @param subscriber The subscriber to add. * @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 * Adds a subscriber to events from this Autopsy node and other Autopsy nodes.
* case is open.
* *
* @param eventNames The event the subscriber is interested in. * @param eventNames The event the subscriber is interested in.
* @param subscriber The subscriber to add. * @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 * Adds a subscriber to events from this Autopsy node and other Autopsy nodes.
* case is open.
* *
* @param eventName The event the subscriber is no longer interested in. * @param eventName The event the subscriber is no longer interested in.
* @param subscriber The subscriber to add. * @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 * Removes a subscriber to events from this Autopsy node and other Autopsy nodes.
* case is open.
* *
* @param eventNames The event the subscriber is no longer interested in. * @param eventNames The event the subscriber is no longer interested in.
* @param subscriber The subscriber to add. * @param subscriber The subscriber to add.