Author: ggregory
Date: Mon May 23 20:34:14 2016
New Revision: 1745261

URL: http://svn.apache.org/viewvc?rev=1745261&view=rev
Log:
Order list in AB order.

Modified:
    commons/proper/csv/trunk/src/site/xdoc/index.xml

Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1745261&r1=1745260&r2=1745261&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/csv/trunk/src/site/xdoc/index.xml Mon May 23 20:34:14 2016
@@ -26,9 +26,9 @@ limitations under the License.
   <p>Commons CSV reads and writes files in variations of the Comma Separated 
Value (CSV) format.</p>
   <p>The most common CSV formats are predefined in the <a 
href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
   <ul>
-    <li><a href="http://tools.ietf.org/html/rfc4180";>RFC 4180</a></li>
     <li>MS Excel</li>
     <li><a 
href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html";>MySQL</a></li>
+    <li><a href="http://tools.ietf.org/html/rfc4180";>RFC 4180</a></li>
     <li><a 
href="http://en.wikipedia.org/wiki/Tab-separated_values";>TDF</a></li>
   </ul>
   </p>


Reply via email to