Skip to content

Commit

Permalink
Update src/java.base/share/classes/java/lang/classfile/CompoundElemen…
Browse files Browse the repository at this point in the history
…t.java

Co-authored-by: Maurizio Cimadamore <[email protected]>
  • Loading branch information
asotona and mcimadamore authored Dec 9, 2024
1 parent 6fdc3c4 commit d1f1725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void accept(E e) {
/**
* {@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.
* The format, structure and exact contents of the returned string 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 d1f1725

Please sign in to comment.