From 59314836d5180e84c2f1ac1c6e77d31a9352780c Mon Sep 17 00:00:00 2001 From: Ann Priestman Date: Mon, 18 Jun 2018 08:23:36 -0400 Subject: [PATCH] codacy --- .../autoingest/AutoIngestCasePrioritizedEvent.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCasePrioritizedEvent.java b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCasePrioritizedEvent.java index 1319ea7072..884846db71 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCasePrioritizedEvent.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCasePrioritizedEvent.java @@ -27,7 +27,9 @@ import org.sleuthkit.autopsy.events.AutopsyEvent; */ public final class AutoIngestCasePrioritizedEvent extends AutopsyEvent implements Serializable { - // Possible event types + /** + * Possible event types + */ enum EventType { CASE_PRIORITIZED, CASE_DEPRIORITIZED,