Skip to content

Commit

Permalink
Issue checkstyle#14631: Update serial_literal in JavadocTokenTypes.ja…
Browse files Browse the repository at this point in the history
…va to new AST print format
  • Loading branch information
praveenyadahalli authored and romani committed Jan 22, 2025
1 parent b41e944 commit 9bb3320
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -948,12 +948,13 @@ public final class JavadocTokenTypes {
* <b>Tree:</b>
* <pre>
* {@code
* JAVADOC_TAG -&gt JAVADOC_TAG
* |--SERIAL_LITERAL -&gt @serial
* |--WS -&gt
* |--LITERAL_EXCLUDE -&gt exclude
* |--NEWLINE -&gt \n
* `--WS -&gt
* JAVADOC_TAG -> JAVADOC_TAG
* |--SERIAL_LITERAL -> @serial
* |--WS ->
* `--DESCRIPTION -> DESCRIPTION
* |--TEXT -> serialized company name
* |--NEWLINE -> \r\n
* `--TEXT ->
* }
* </pre>
*
Expand Down

0 comments on commit 9bb3320

Please sign in to comment.