From 7c8dc89df1d7e2fbcd63d5c320398a8615af5cc6 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 13 Oct 2015 16:54:05 -0400 Subject: [PATCH] Format RunIngestAction.java --- .../src/org/sleuthkit/autopsy/ingest/RunIngestAction.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java b/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java index 0bcd23b8b9..22c44f9ebc 100755 --- a/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/RunIngestAction.java @@ -70,10 +70,10 @@ public final class RunIngestAction extends CallableSystemAction implements Prese public HelpCtx getHelpCtx() { return HelpCtx.DEFAULT_HELP; } - + /** - * Create a sublist of images updated by RunIngestSubMenu - * Each has an action to perform Ingest Modules on it. + * Create a sublist of images updated by RunIngestSubMenu Each has an action + * to perform Ingest Modules on it. * * @return the images sublist created. */ @@ -83,7 +83,7 @@ public final class RunIngestAction extends CallableSystemAction implements Prese sublist.setVisible(true); return sublist; } - + /** * This method does nothing, use performAction instead. */