Javadoc and don't use FQCN in throws clause.

This commit is contained in:
Gary Gregory 2022-05-21 14:53:40 -04:00
parent ec0a18a20c
commit 0b868f25f2
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ final class Lexer implements Closeable {
* @param token
* an existing Token object to reuse. The caller is responsible to initialize the Token.
* @return the next token found.
* @throws java.io.IOException on stream access error.
* @throws IOException on stream access error.
*/
Token nextToken(final Token token) throws IOException {