diff --git a/src/main/java/org/apache/commons/csv/Lexer.java b/src/main/java/org/apache/commons/csv/Lexer.java index 90ebbb50..8c496ddb 100644 --- a/src/main/java/org/apache/commons/csv/Lexer.java +++ b/src/main/java/org/apache/commons/csv/Lexer.java @@ -71,9 +71,10 @@ final class Lexer implements Closeable { /** * Returns the next token. - * <p/> + * <p> * A token corresponds to a term, a record change or an end-of-file indicator. - * + * </p> + * * @param token * an existing Token object to reuse. The caller is responsible to initialize the Token. * @return the next token found