From 50d08d3c3cdd3a9ead5639eefe6e186b4611e78c Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 26 Jan 2016 11:20:58 -0500 Subject: [PATCH] Docs fix for AddImageTask --- .../autopsy/casemodule/AddImageTask.java | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/AddImageTask.java b/Core/src/org/sleuthkit/autopsy/casemodule/AddImageTask.java index b2a47b29f3..9c61a94006 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/AddImageTask.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/AddImageTask.java @@ -114,8 +114,7 @@ class AddImageTask implements Runnable { } /** - * Runs the data source processor in a separate thread without requiring use - * the configuration panel. + * Constructs a runnable task that adds an image to the case database. * * @param dataSourceId An ASCII-printable identifier for the data * source that is unique across multiple cases @@ -130,19 +129,6 @@ class AddImageTask implements Runnable { * processing. * @param cbObj Callback to call when processing is done. */ - /** - * Constructs a runnable task that adds an image to the case database. - * - * @param imagePath Path to the image file. - * @param timeZone The time zone to use when processing dates - * and times for the image, obtained from - * java.util.TimeZone.getID. - * @param ignoreFatOrphanFiles Whether to parse orphans if the image has a - * FAT filesystem. - * @param monitor Progress monitor to report progress during - * processing. - * @param cbObj Callback to call when processing is done. - */ AddImageTask(String dataSourceId, String imagePath, String timeZone, boolean ignoreFatOrphanFiles, DataSourceProcessorProgressMonitor monitor, DataSourceProcessorCallback cbObj) { currentCase = Case.getCurrentCase(); this.dataSourceId = dataSourceId;