Skip to content

Commit

Permalink
fix: deepCopy JavaDoc to specify that metadata is not copied. (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Aug 11, 2024
1 parent 87f031e commit b543004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/github/gumtreediff/tree/Tree.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ default int positionInParent() {
}

/**
* Make a deep copy of the tree. Deep copy of node however shares Metadata
* Make a deep copy of the tree. Metadata is not copied over.
*/
Tree deepCopy();

Expand Down

0 comments on commit b543004

Please sign in to comment.