Skip to content

Commit 95eb13a

Browse files
committed
Order list in AB order.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745261 13f79535-47bb-0310-9956-ffa450edef68
1 parent 57b59cf commit 95eb13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ limitations under the License.
2626
<p>Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
2727
<p>The most common CSV formats are predefined in the <a href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
2828
<ul>
29-
<li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
3029
<li>MS Excel</li>
3130
<li><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li>
31+
<li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
3232
<li><a href="http://en.wikipedia.org/wiki/Tab-separated_values">TDF</a></li>
3333
</ul>
3434
</p>

0 commit comments

Comments
 (0)