Fixed docs

This commit is contained in:
U-BASIS\dsmyda 2018-09-18 11:12:44 -04:00
parent 23bc2d9db4
commit b156467a2b

View File

@ -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,6 +284,8 @@ 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