git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-14 04:02:53 +00:00
parent e693d87f71
commit 75a835a837
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ public class CSVPrinter {
* checkForEscape==true
*
* @param value
* value to be outputted.
* value to output.
*/
public void print(String value, final boolean checkForEscape) throws IOException {
if (value == null) {