mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
updated dummy data
This commit is contained in:
parent
daa0850864
commit
d31782778a
@ -91,7 +91,7 @@ public final class AutopsyTreeChildFactory extends ChildFactory.Detachable<Objec
|
|||||||
// TODO replace with sleuthkit call when PersonManager created
|
// TODO replace with sleuthkit call when PersonManager created
|
||||||
PersonManager personManager = new PersonManager();
|
PersonManager personManager = new PersonManager();
|
||||||
|
|
||||||
Set<Person> persons = new HashSet<>(Arrays.asList(new Person(1, "Person 1"))); //personManager.getPersons();
|
Set<Person> persons = new HashSet<>(); //personManager.getPersons();
|
||||||
// show persons level if there are persons to be shown
|
// show persons level if there are persons to be shown
|
||||||
if (!CollectionUtils.isEmpty(persons)) {
|
if (!CollectionUtils.isEmpty(persons)) {
|
||||||
persons.stream()
|
persons.stream()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user