Skip to content

Commit

Permalink
improved javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
asotona committed Dec 9, 2024
1 parent 7c48105 commit 6fdc3c4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ public void accept(E e) {
}

/**
* {@return a debug printout of the compound element}
* {@return a text representation of the compound element and its contents for debugging purposes}
*
* The format, structure and exact content are not specified and may change at any time in the future.
*/
default String toDebugString() {
StringBuilder text = new StringBuilder();
Expand Down

0 comments on commit 6fdc3c4

Please sign in to comment.