Author: britter
Date: Thu Jul 10 16:42:38 2014
New Revision: 1609498

URL: http://svn.apache.org/r1609498
Log:
Document that we can only handle CR, LF and CRLF as record separator

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=1609498&r1=1609497&r2=1609498&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 
Thu Jul 10 16:42:38 2014
@@ -921,6 +921,8 @@ public final class CSVFormat implements 
     /**
      * Sets the record separator of the format to the specified character.
      *
+     * <p><strong>Note:</strong> Currently only CR and LF are supported.</p>
+     *
      * @param recordSeparator
      *            the record separator to use for output.
      *
@@ -933,6 +935,8 @@ public final class CSVFormat implements 
     /**
      * Sets the record separator of the format to the specified String.
      *
+     * <p><strong>Note:</strong> Currently only CR, LF and CRLF are 
supported.</p>
+     *
      * @param recordSeparator
      *            the record separator to use for output.
      *


Reply via email to