final tiny touch ups
This commit is contained in:
@@ -9,7 +9,9 @@ public interface NodeWithChildren {
|
||||
|
||||
void create();
|
||||
|
||||
public default Node getChildren(){};
|
||||
public default Node getChildren() {
|
||||
return null;
|
||||
}
|
||||
|
||||
void createNodeHierarchy();
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ public class OutMsgTargetChooserNode extends ToggleGroup implements NodeWithChil
|
||||
|
||||
@Override
|
||||
public Node getChildren() {
|
||||
NodeWithChildren.super.getChildren();
|
||||
return NodeWithChildren.super.getChildren();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user