[CSV-175] Add PIPE char for Informix WIP.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1739678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-04-18 01:17:25 +00:00
parent 4ca7b7a961
commit 4d2155ff40
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ final class Constants {
*/ */
static final String PARAGRAPH_SEPARATOR = "\u2029"; static final String PARAGRAPH_SEPARATOR = "\u2029";
static final String PIPE = "|"; static final char PIPE = '|';
/** ASCII record separator */ /** ASCII record separator */
static final char RS = 30; static final char RS = 30;