Skip to content

Commit 0b868f2

Browse files
committed
Javadoc and don't use FQCN in throws clause.
1 parent ec0a18a commit 0b868f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/Lexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private char mapNullToDisabled(final Character c) {
216216
* @param token
217217
* an existing Token object to reuse. The caller is responsible to initialize the Token.
218218
* @return the next token found.
219-
* @throws java.io.IOException on stream access error.
219+
* @throws IOException on stream access error.
220220
*/
221221
Token nextToken(final Token token) throws IOException {
222222

0 commit comments

Comments
 (0)