4632-4630-4629 clarify comment regarding early return in method checkForOSFiles

This commit is contained in:
William Schaefer 2019-01-18 15:44:22 -05:00
parent 0f004b2cbe
commit 5609f1bf6b

View File

@ -84,7 +84,7 @@ class ExtractOs extends Extract {
*/ */
private void checkForOSFiles(OS_TYPE osType) throws TskCoreException { private void checkForOSFiles(OS_TYPE osType) throws TskCoreException {
if (osType.getOsInfoLabel().isEmpty()) { if (osType.getOsInfoLabel().isEmpty()) {
//shortcut out if it was called with no OS Program nameartifacts to create //shortcut out if it was called with out a specified program name so no OS INFO artifacts are created
return; return;
} }
FileManager fileManager = currentCase.getServices().getFileManager(); FileManager fileManager = currentCase.getServices().getFileManager();