From 128f7c598ba8694c17a0255bef2d347c4942b34f Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Thu, 15 Apr 2021 08:34:34 -0400 Subject: [PATCH] formatting fix --- .../sleuthkit/autopsy/commandlineingest/UserPreferences.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;