Skip to content

Commit

Permalink
Issue #14631: Removed spaces from JAVADOC
Browse files Browse the repository at this point in the history
  • Loading branch information
prathm3 committed Apr 21, 2024
1 parent e4bac3d commit f50c915
Showing 1 changed file with 11 additions and 11 deletions.
Expand Up @@ -197,17 +197,17 @@ public final class JavadocTokenTypes {
* <pre>{@code @see org.apache.utils.Lists.Comparator#compare(Object)}</pre>
* <b>Tree:</b>
* <pre>{@code
* |--JAVADOC_TAG -> JAVADOC_TAG
* |--SEE_LITERAL -> @see
* |--WS ->
* |--REFERENCE -> REFERENCE
* |--PACKAGE_CLASS -> org.apache.utils.Lists.Comparator
* |--HASH -> #
* |--MEMBER -> compare
* `--PARAMETERS -> PARAMETERS
* |--LEFT_BRACE -> (
* |--ARGUMENT -> Object
* `--RIGHT_BRACE -> )
* JAVADOC_TAG -> JAVADOC_TAG
* |--SEE_LITERAL -> @see
* |--WS ->
* |--REFERENCE -> REFERENCE
* |--PACKAGE_CLASS -> org.apache.utils.Lists.Comparator
* |--HASH -> #
* |--MEMBER -> compare
* `--PARAMETERS -> PARAMETERS
* |--LEFT_BRACE -> (
* |--ARGUMENT -> Object
* `--RIGHT_BRACE -> )
* }</pre>
*
* @see
Expand Down

0 comments on commit f50c915

Please sign in to comment.