mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
4632-4630-4629 clarify comment regarding early return in method checkForOSFiles
This commit is contained in:
parent
0f004b2cbe
commit
5609f1bf6b
@ -84,7 +84,7 @@ class ExtractOs extends Extract {
|
||||
*/
|
||||
private void checkForOSFiles(OS_TYPE osType) throws TskCoreException {
|
||||
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;
|
||||
}
|
||||
FileManager fileManager = currentCase.getServices().getFileManager();
|
||||
|
Loading…
x
Reference in New Issue
Block a user