diff --git a/Core/src/org/sleuthkit/autopsy/commandlineingest/UserPreferences.java b/Core/src/org/sleuthkit/autopsy/commandlineingest/UserPreferences.java index 891353e49a..f797a4cb1b 100755 --- a/Core/src/org/sleuthkit/autopsy/commandlineingest/UserPreferences.java +++ b/Core/src/org/sleuthkit/autopsy/commandlineingest/UserPreferences.java @@ -30,7 +30,7 @@ public final class UserPreferences { * Get context string for command line mode ingest module settings. * * @return String Context string for command line mode ingest module - * settings. + * settings. */ public static String getCommandLineModeIngestModuleContextString() { return COMMAND_LINE_MODE_CONTEXT_STRING;