On Thu, Oct 30, 2014 at 9:48 AM, Benedikt Ritter <[email protected]> wrote:

> IMHO this comment can be dropped completely.
>

Done.

Thank you,
Gary


>
> 2014-10-29 13:59 GMT+01:00 <[email protected]>:
>
> > Author: ggregory
> > Date: Wed Oct 29 12:59:08 2014
> > New Revision: 1635120
> >
> > URL: http://svn.apache.org/r1635120
> > Log:
> > Javadoc.
> >
> > 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=1635120&r1=1635119&r2=1635120&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:08 2014
> > @@ -58,7 +58,7 @@ final class Lexer implements Closeable {
> >      /** The input stream */
> >      private final ExtendedBufferedReader reader;
> >
> > -    /** INTERNAL API. but ctor needs to be called dynamically by
> > PerformanceTest class */
> > +    /** INTERNAL API. but ctor needs to be called dynamically by {@link
> > PerformanceTest} class */
> >      Lexer(final CSVFormat format, final ExtendedBufferedReader reader) {
> >          this.reader = reader;
> >          this.delimiter = format.getDelimiter();
> >
> >
> >
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>



-- 
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to