From c0b8b6eb9eecff85b79b9c7ac84972dc387f2757 Mon Sep 17 00:00:00 2001 From: Oliver Spohngellert Date: Tue, 9 Feb 2016 10:32:51 -0500 Subject: [PATCH] Fixed comment bugs --- .../sleuthkit/autopsy/ingest/RunIngestModulesAction.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/ingest/RunIngestModulesAction.java b/Core/src/org/sleuthkit/autopsy/ingest/RunIngestModulesAction.java index 5dc4d86216..285b916c81 100755 --- a/Core/src/org/sleuthkit/autopsy/ingest/RunIngestModulesAction.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/RunIngestModulesAction.java @@ -25,8 +25,9 @@ import org.sleuthkit.datamodel.Content; import org.sleuthkit.datamodel.Image; /** - * This class is used to add the action to the run ingest modules menu item. - * When the dataSource is pressed, it should open the wizard for ingest modules. + * This class is used to add the action to the run ingest modules menu item. + * When the data source is pressed, it should open the wizard for ingest + * modules. */ final class RunIngestModulesAction extends AbstractAction { @@ -40,7 +41,7 @@ final class RunIngestModulesAction extends AbstractAction { } /** - * Runs the ingest modules wizard on the dataSource. + * Runs the ingest modules wizard on the data source. * * @param e the action event */