We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0a18a commit 0b868f2Copy full SHA for 0b868f2
1 file changed
src/main/java/org/apache/commons/csv/Lexer.java
@@ -216,7 +216,7 @@ private char mapNullToDisabled(final Character c) {
216
* @param token
217
* an existing Token object to reuse. The caller is responsible to initialize the Token.
218
* @return the next token found.
219
- * @throws java.io.IOException on stream access error.
+ * @throws IOException on stream access error.
220
*/
221
Token nextToken(final Token token) throws IOException {
222
0 commit comments