You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/03/26 17:46:29 UTC

svn commit: r1461222 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Author: ggregory
Date: Tue Mar 26 16:46:29 2013
New Revision: 1461222

URL: http://svn.apache.org/r1461222
Log:
Javadoc.

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

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1461222&r1=1461221&r2=1461222&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Tue Mar 26 16:46:29 2013
@@ -363,6 +363,7 @@ public class CSVFormat implements Serial
      *
      * @param values
      *            the values to format
+     * @return the formatted values
      */
     public String format(final Object... values) {
         final StringWriter out = new StringWriter();