Skip to content

Commit 57a1aef

Browse files
committed
Remove trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383611 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6c1b0fa commit 57a1aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public class CSVFormat implements Serializable {
119119
* Default MySQL format used by the <tt>SELECT INTO OUTFILE</tt> and <tt>LOAD DATA INFILE</tt> operations. This is
120120
* a tab-delimited format with a LF character as the line separator. Values are not quoted and special characters
121121
* are escaped with '\'.
122-
*
122+
*
123123
* @see <a href="http://dev.mysql.com/doc/refman/5.1/en/load-data.html">
124124
* http://dev.mysql.com/doc/refman/5.1/en/load-data.html</a>
125125
*/

0 commit comments

Comments
 (0)