From b156467a2b20085b2727930cbf53f7230f825da2 Mon Sep 17 00:00:00 2001 From: "U-BASIS\\dsmyda" Date: Tue, 18 Sep 2018 11:12:44 -0400 Subject: [PATCH] Fixed docs --- .../sleuthkit/autopsy/tabulardatareader/ExcelReader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/tabulardatareader/ExcelReader.java b/Core/src/org/sleuthkit/autopsy/tabulardatareader/ExcelReader.java index 4d0711fc40..23af0edaea 100755 --- a/Core/src/org/sleuthkit/autopsy/tabulardatareader/ExcelReader.java +++ b/Core/src/org/sleuthkit/autopsy/tabulardatareader/ExcelReader.java @@ -79,8 +79,6 @@ public final class ExcelReader extends AbstractReader { * overriding the workbook field. Additionally, I don't forsee needing to * support more than these two mime types. * - * @param localDiskPath To open an input stream for poi to read from - * @param mimeType The mimeType passed to the constructor * * @return The corrent workbook instance * @@ -286,7 +284,9 @@ public final class ExcelReader extends AbstractReader { } /** - * + * Resets the streaming reader so that the iterator starts at the start of each + * sheet. Matches functionality provided by apache POI. + * * @throws * org.sleuthkit.autopsy.tabulardatareader.AbstractReader.FileReaderException */