Skip to content

Commit

Permalink
Fixing formatting violation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Jun 19, 2024
1 parent 052431f commit 3c051b0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ StringBuilder appendHTMLRepresentation(StringBuilder sb,
*
* @param ch The character.
* @return Whether this token's lexeme ends with the specified character.
* @see #endsWith(char[])
* @see #endsWith(char[])
* @see #startsWith(char[])
*/
boolean endsWith(char ch);


/**
* Returns whether this token's lexeme ends with the specified characters.
*
* @param ch The characters.
* @return Whether this token's lexeme ends with the specified characters.
* @see #endsWith(char)
* @see #endsWith(char)
* @see #startsWith(char[])
*/
boolean endsWith(char[] ch);
Expand Down

0 comments on commit 3c051b0

Please sign in to comment.