From 89d72575a3726a1c6c79e7e45ea9c02e0790034c Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 21 Jan 2016 14:36:55 -0500 Subject: [PATCH] Another data source processor doc fix --- .../org/sleuthkit/autopsy/casemodule/LocalDiskDSProcessor.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/LocalDiskDSProcessor.java b/Core/src/org/sleuthkit/autopsy/casemodule/LocalDiskDSProcessor.java index 1897d5b4cd..7cf2e2255b 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/LocalDiskDSProcessor.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/LocalDiskDSProcessor.java @@ -57,9 +57,8 @@ public class LocalDiskDSProcessor implements DataSourceProcessor { * @param dataSourceId A identifier for the data source that is * unique across multiple cases (e.g., a UUID). * @param imagePath Path to the image file. - * @param timeZone The time zone to use when processing dates + * @param timeZone The time zone to use when processing dates * and times for the image. - * * @param ignoreFatOrphanFiles Whether to parse orphans if the image has a * FAT filesystem. */