Skip to content

Commit

Permalink
Merge pull request #710 from mP1/feature/NodeTesting-internal-layout-…
Browse files Browse the repository at this point in the history
…comments-2

NodeTesting internal layout comments 2
  • Loading branch information
mP1 authored Dec 21, 2023
2 parents 506ea49 + 9fff2c7 commit b682c46
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 b682c46

Please sign in to comment.