Another IDE hint addressed.

This commit is contained in:
U-BASIS\dgrove 2018-03-07 17:51:21 -05:00
parent 33ea11b79e
commit e4dadfc56a

View File

@ -96,7 +96,7 @@ final class PhotoRecCarverFileIngestModule implements FileIngestModule {
private Path rootOutputDirPath;
private File executableFile;
private IngestServices services;
private UNCPathUtilities uncPathUtilities = new UNCPathUtilities();
private final UNCPathUtilities uncPathUtilities = new UNCPathUtilities();
private long jobId;
private final boolean keepCorruptedFiles;