git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1461222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-26 16:46:29 +00:00
parent 0e2ec48f8e
commit ad9e4f3b60
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ public class CSVFormat implements Serializable {
*
* @param values
* the values to format
* @return the formatted values
*/
public String format(final Object... values) {
final StringWriter out = new StringWriter();