mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Improve new comments in Case class
This commit is contained in:
parent
27f758b8b9
commit
09ccfbb0fd
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user