From b7ca09d64706ba69fdce638094b78bfc48058fe2 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Thu, 6 Aug 2020 15:00:39 -0400 Subject: [PATCH] address codacy remark --- .../modules/photoreccarver/PhotoRecCarverIngestJobSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverIngestJobSettings.java b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverIngestJobSettings.java index 38c2d49082..9ee56581f0 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverIngestJobSettings.java +++ b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverIngestJobSettings.java @@ -31,7 +31,7 @@ final class PhotoRecCarverIngestJobSettings implements IngestModuleIngestJobSett /** * What kind of filtering should occur for the extension list. */ - static enum ExtensionFilterOption { + enum ExtensionFilterOption { /** * The file extensions should be included (and others should be * filtered).