Skip to content

Commit

Permalink
NodeTesting internal layout comments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Dec 21, 2023
1 parent 506ea49 commit 9fff2c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/walkingkooka/tree/NodeTesting.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ default N removeChildAndCheck(final N parent, final N child) {
return newParent;
}

// setChildren......................................................................................................

@SuppressWarnings("unchecked")
default N setChildrenAndCheck(final N parent,
final N... children) {
Expand Down

0 comments on commit 9fff2c7

Please sign in to comment.