Author: ggregory
Date: Wed Oct 29 12:59:31 2014
New Revision: 1635121

URL: http://svn.apache.org/r1635121
Log:
Javadoc 8 fix.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java

Modified: 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java?rev=1635121&r1=1635120&r2=1635121&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java 
(original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java 
Wed Oct 29 12:59:31 2014
@@ -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


Reply via email to