mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
whitespace
This commit is contained in:
parent
6906e37d48
commit
01c20dfb9c
@ -45,6 +45,7 @@ class TableFilterChildren extends FilterNode.Children {
|
||||
* TableFilterNode.
|
||||
*/
|
||||
public static Children createInstance(Node wrappedNode, boolean createChildren) {
|
||||
|
||||
if (createChildren) {
|
||||
return new TableFilterChildren(wrappedNode);
|
||||
} else {
|
||||
@ -63,7 +64,7 @@ class TableFilterChildren extends FilterNode.Children {
|
||||
TableFilterChildren(Node wrappedNode) {
|
||||
super(wrappedNode);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Copies a TableFilterNode, with the create children (child factory) flag
|
||||
* set to false.
|
||||
|
Loading…
x
Reference in New Issue
Block a user