mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
Type fix in factory comment'
This commit is contained in:
parent
77bb15ec35
commit
ede32f6fe1
@ -32,7 +32,7 @@ public final class FileReaderFactory {
|
|||||||
* is not supported.
|
* is not supported.
|
||||||
*
|
*
|
||||||
* @param mimeType mimeType passed in from the ingest module
|
* @param mimeType mimeType passed in from the ingest module
|
||||||
* @param file current file under inspection
|
g * @param file current file under inspection
|
||||||
* @param localDiskPath path for abstract file contents to be written
|
* @param localDiskPath path for abstract file contents to be written
|
||||||
* @return The correct reader class needed to read the file contents
|
* @return The correct reader class needed to read the file contents
|
||||||
* @throws org.sleuthkit.autopsy.tabulardatareader.AbstractReader.FileReaderInitException
|
* @throws org.sleuthkit.autopsy.tabulardatareader.AbstractReader.FileReaderInitException
|
||||||
@ -47,7 +47,7 @@ public final class FileReaderFactory {
|
|||||||
try {
|
try {
|
||||||
return new ExcelReader(file, localDiskPath, mimeType);
|
return new ExcelReader(file, localDiskPath, mimeType);
|
||||||
//Catches runtime exceptions being emitted from Apache
|
//Catches runtime exceptions being emitted from Apache
|
||||||
//POI (such as EncryptedDocumentException) as wraps them
|
//POI (such as EncryptedDocumentException) and wraps them
|
||||||
//into FileReaderInitException to be caught and logged
|
//into FileReaderInitException to be caught and logged
|
||||||
//in the ingest module.
|
//in the ingest module.
|
||||||
} catch(Exception poiInitException) {
|
} catch(Exception poiInitException) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user