This commit is contained in:
Ann Priestman 2018-06-18 08:23:36 -04:00
parent fdfbcf03ac
commit 59314836d5

View File

@ -27,7 +27,9 @@ import org.sleuthkit.autopsy.events.AutopsyEvent;
*/ */
public final class AutoIngestCasePrioritizedEvent extends AutopsyEvent implements Serializable { public final class AutoIngestCasePrioritizedEvent extends AutopsyEvent implements Serializable {
// Possible event types /**
* Possible event types
*/
enum EventType { enum EventType {
CASE_PRIORITIZED, CASE_PRIORITIZED,
CASE_DEPRIORITIZED, CASE_DEPRIORITIZED,