Skip to content

Commit 196260e

Browse files
committed
Correct indentation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522819 13f79535-47bb-0310-9956-ffa450edef68
1 parent e01400d commit 196260e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
* You can use one of the predefined formats:
4141
* </p>
4242
* <ul>
43-
* <li>{@link #DEFAULT}</li>
44-
* <li>{@link #EXCEL}</li>
45-
* <li>{@link #MYSQL}</li>
46-
* <li>{@link #RFC4180}</li>
47-
* <li>{@link #TDF}</li>
43+
* <li>{@link #DEFAULT}</li>
44+
* <li>{@link #EXCEL}</li>
45+
* <li>{@link #MYSQL}</li>
46+
* <li>{@link #RFC4180}</li>
47+
* <li>{@link #TDF}</li>
4848
* </ul>
4949
* <p>For example:</p>
5050
* <pre>CSVParser parser = CSVFormat.EXCEL.parse(reader);</pre>

0 commit comments

Comments
 (0)