[ 
https://issues.apache.org/jira/browse/CSV-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb resolved CSV-78.
---------------------

    Resolution: Fixed

URL: http://svn.apache.org/r1509239
Log:
CSV-78 Use Character instead of char for char fields except delimiter
Already done as part of CSV-99 etc.
Updated Javadoc to clarify that null can be used to disable settings

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
                
> Use Character instead of char for char fields except delimiter
> --------------------------------------------------------------
>
>                 Key: CSV-78
>                 URL: https://issues.apache.org/jira/browse/CSV-78
>             Project: Commons CSV
>          Issue Type: Improvement
>            Reporter: Sebb
>             Fix For: 1.0
>
>
> Apart from the delimiter - which must be specified (obviously) - the other 
> char fields are optional.
> At present it's not possible to create a new format from an existing format 
> and remove (say) the encapsulation character.
> If the parameters were changed to Character instead of char, then it would be 
> possible to pass null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to