whitespace

This commit is contained in:
Brian Sweeney 2018-03-20 15:57:18 -06:00
parent 6906e37d48
commit 01c20dfb9c

View File

@ -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 {
@ -63,7 +64,7 @@ class TableFilterChildren extends FilterNode.Children {
TableFilterChildren(Node wrappedNode) { TableFilterChildren(Node wrappedNode) {
super(wrappedNode); super(wrappedNode);
} }
/** /**
* Copies a TableFilterNode, with the create children (child factory) flag * Copies a TableFilterNode, with the create children (child factory) flag
* set to false. * set to false.