Author: britter Date: Tue May 3 17:32:06 2016 New Revision: 1742147 URL: http://svn.apache.org/viewvc?rev=1742147&view=rev Log: Fix JavaDoc errors
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=1742147&r1=1742146&r2=1742147&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 May 3 17:32:06 2016 @@ -1414,7 +1414,7 @@ public final class CSVFormat implements /** * Returns a new {@code CSVFormat} to add a trailing delimiter. - * * + * * @return A new CSVFormat that is equal to this but with the trailing delimiter setting. */ public CSVFormat withTrailingDelimiter() { @@ -1424,7 +1424,7 @@ public final class CSVFormat implements /** * Returns a new {@code CSVFormat} with whether to add a trailing delimiter. * - * @param trim + * @param trailingDelimiter * whether to add a trailing delimiter. * * @return A new CSVFormat that is equal to this but with the specified trailing delimiter setting.