mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 17:27:43 +00:00
formatting
This commit is contained in:
parent
4a8544fe4b
commit
cfa2eb480b
@ -50,7 +50,6 @@ import org.sleuthkit.datamodel.OsAccountRealm;
|
|||||||
import org.sleuthkit.datamodel.SleuthkitCase;
|
import org.sleuthkit.datamodel.SleuthkitCase;
|
||||||
import org.sleuthkit.datamodel.Tag;
|
import org.sleuthkit.datamodel.Tag;
|
||||||
import org.sleuthkit.datamodel.TskCoreException;
|
import org.sleuthkit.datamodel.TskCoreException;
|
||||||
import org.sleuthkit.datamodel.TskDataException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implements the OS Accounts subnode of Results in the Autopsy tree.
|
* Implements the OS Accounts subnode of Results in the Autopsy tree.
|
||||||
@ -168,10 +167,9 @@ public final class OsAccounts implements AutopsyVisitableItem {
|
|||||||
if (filteringDSObjId == 0) {
|
if (filteringDSObjId == 0) {
|
||||||
list.addAll(skCase.getOsAccountManager().getOsAccounts());
|
list.addAll(skCase.getOsAccountManager().getOsAccounts());
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
list.addAll(skCase.getOsAccountManager().getOsAccountsByDataSourceObjId(filteringDSObjId));
|
list.addAll(skCase.getOsAccountManager().getOsAccountsByDataSourceObjId(filteringDSObjId));
|
||||||
}
|
}
|
||||||
} catch (TskCoreException /*| TskDataException*/ ex) {
|
} catch (TskCoreException ex) {
|
||||||
logger.log(Level.SEVERE, "Unable to retrieve list of OsAccounts for case", ex);
|
logger.log(Level.SEVERE, "Unable to retrieve list of OsAccounts for case", ex);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user