Skip to content

Commit

Permalink
Javadoc: Use a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 18, 2024
1 parent f2cabca commit 1a1b402
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ protected static String addEscapes(final String str) {
*/
private int column;

/** Full Constructor. */
/**
* Constructs a new instance.
*/
public TokenMgrException(final boolean EOFSeen, final int lexState, final int errorLine, final int errorColumn,
final String errorAfter, final int curChar, final int reason) {
eof = EOFSeen;
Expand Down

0 comments on commit 1a1b402

Please sign in to comment.