You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/01 16:38:17 UTC

svn commit: r1509260 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

Author: sebb
Date: Thu Aug  1 14:38:17 2013
New Revision: 1509260

URL: http://svn.apache.org/r1509260
Log:
Remove doc for non-existent parameter 

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

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java?rev=1509260&r1=1509259&r2=1509260&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java Thu Aug  1 14:38:17 2013
@@ -201,8 +201,6 @@ public class CSVParser implements Iterab
      * @param charset
      *            the charset for the resource, if {@code null}, uses {@code UTF-8}. UTF-8 is one of the encodings
      *            required by the Java specification.
-     * @param classLoader
-     *            the class loader to load the resource.
      * @param format
      *            the CSVFormat used for CSV parsing
      * @return a new parser



Re: svn commit: r1509260 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

Posted by sebb <se...@gmail.com>.
On 1 August 2013 15:51, Gary Gregory <ga...@gmail.com> wrote:
> Thank you for catching this Sebb.

Thank Eclipse.

> Gary
>
>
> On Thu, Aug 1, 2013 at 10:38 AM, <se...@apache.org> wrote:
>
>> Author: sebb
>> Date: Thu Aug  1 14:38:17 2013
>> New Revision: 1509260
>>
>> URL: http://svn.apache.org/r1509260
>> Log:
>> Remove doc for non-existent parameter
>>
>> Modified:
>>
>> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
>>
>> Modified:
>> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java?rev=1509260&r1=1509259&r2=1509260&view=diff
>>
>> ==============================================================================
>> ---
>> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
>> (original)
>> +++
>> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
>> Thu Aug  1 14:38:17 2013
>> @@ -201,8 +201,6 @@ public class CSVParser implements Iterab
>>       * @param charset
>>       *            the charset for the resource, if {@code null}, uses
>> {@code UTF-8}. UTF-8 is one of the encodings
>>       *            required by the Java specification.
>> -     * @param classLoader
>> -     *            the class loader to load the resource.
>>       * @param format
>>       *            the CSVFormat used for CSV parsing
>>       * @return a new parser
>>
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1509260 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java

Posted by Gary Gregory <ga...@gmail.com>.
Thank you for catching this Sebb.

Gary


On Thu, Aug 1, 2013 at 10:38 AM, <se...@apache.org> wrote:

> Author: sebb
> Date: Thu Aug  1 14:38:17 2013
> New Revision: 1509260
>
> URL: http://svn.apache.org/r1509260
> Log:
> Remove doc for non-existent parameter
>
> Modified:
>
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
>
> Modified:
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
> URL:
> http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java?rev=1509260&r1=1509259&r2=1509260&view=diff
>
> ==============================================================================
> ---
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
> (original)
> +++
> commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java
> Thu Aug  1 14:38:17 2013
> @@ -201,8 +201,6 @@ public class CSVParser implements Iterab
>       * @param charset
>       *            the charset for the resource, if {@code null}, uses
> {@code UTF-8}. UTF-8 is one of the encodings
>       *            required by the Java specification.
> -     * @param classLoader
> -     *            the class loader to load the resource.
>       * @param format
>       *            the CSVFormat used for CSV parsing
>       * @return a new parser
>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
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