Javadoc and don't use FQCN in throws clause.
This commit is contained in:
parent
ec0a18a20c
commit
0b868f25f2
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue