Hi Gary,

2013/3/26 <ggreg...@apache.org>

> Author: ggregory
> Date: Tue Mar 26 17:42:55 2013
> New Revision: 1461237
>
> URL: http://svn.apache.org/r1461237
> Log:
> Make internal API package private.
>
> Modified:
>
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java
>
> Modified:
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java
> URL:
> http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java?rev=1461237&r1=1461236&r2=1461237&view=diff
>
> ==============================================================================
> ---
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java
> (original)
> +++
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVLexer.java
> Tue Mar 26 17:42:55 2013
> @@ -33,7 +33,7 @@ import java.io.IOException;
>  final class CSVLexer extends Lexer {
>
>      /** INTERNAL API. ctor needs to be public so can be called
> dynamically by PerformanceTest class */
> -    public CSVLexer(final CSVFormat format, final ExtendedBufferedReader
> in) {
> +    CSVLexer(final CSVFormat format, final ExtendedBufferedReader in) {
>          super(format, in);
>      }
>

Does the PerformanceTest still work? This change seems to be contrary to
the comment above.




-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to