You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by yo...@apache.org on 2006/12/07 18:02:20 UTC

svn commit: r483548 - /jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java

Author: yonik
Date: Thu Dec  7 09:02:19 2006
New Revision: 483548

URL: http://svn.apache.org/viewvc?view=rev&rev=483548
Log:
[CSV] little javadoc cleanups

Modified:
    jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java

Modified: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java?view=diff&rev=483548&r1=483547&r2=483548
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java (original)
+++ jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java Thu Dec  7 09:02:19 2006
@@ -118,9 +118,9 @@
   }
   
   /**
-   * Default strategy for the parser follows the default CSV Strategy.
+   * CSV parser using the default {@link CSVStrategy}.
    * 
-   * @param input a Reader based on "csv-formatted" input
+   * @param input a Reader containing "csv-formatted" input
    * @see #setStrategy()
    */
   public CSVParser(Reader input) {
@@ -160,11 +160,9 @@
   }
 
   /**
-   * Customized csv parser.
+   * Customized CSV parser using the given {@link CSVStrategy}
    *
-   * The parser parses according to the given CSV strategy.
-   *
-   * @param input a Reader based on "csv-formatted" input
+   * @param input a Reader containing "csv-formatted" input
    * @param strategy the CSVStrategy used for CSV parsing
    */
   public CSVParser(Reader input, CSVStrategy strategy) {



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