mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
whitespace
This commit is contained in:
parent
6906e37d48
commit
01c20dfb9c
@ -45,6 +45,7 @@ class TableFilterChildren extends FilterNode.Children {
|
|||||||
* TableFilterNode.
|
* TableFilterNode.
|
||||||
*/
|
*/
|
||||||
public static Children createInstance(Node wrappedNode, boolean createChildren) {
|
public static Children createInstance(Node wrappedNode, boolean createChildren) {
|
||||||
|
|
||||||
if (createChildren) {
|
if (createChildren) {
|
||||||
return new TableFilterChildren(wrappedNode);
|
return new TableFilterChildren(wrappedNode);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user