mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
improve lazy creation of accounts related nodes
This commit is contained in:
parent
98c668e5ee
commit
92f5b8a153
@ -147,6 +147,14 @@ final public class Accounts implements AutopsyVisitableItem {
|
||||
*/
|
||||
private abstract class ObservingChildren<X> extends Children.Keys<X> {
|
||||
|
||||
/**
|
||||
* Override of default constructor to force lazy creation of nodes, by
|
||||
* concrete instances of ObservingChildren
|
||||
*/
|
||||
ObservingChildren() {
|
||||
super(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create of keys used by this Children object to represent the child
|
||||
* nodes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user