Skip to content

Commit 4d2155f

Browse files
committed
[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
1 parent 4ca7b7a commit 4d2155f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ final class Constants {
6666
*/
6767
static final String PARAGRAPH_SEPARATOR = "\u2029";
6868

69-
static final String PIPE = "|";
69+
static final char PIPE = '|';
7070

7171
/** ASCII record separator */
7272
static final char RS = 30;

0 commit comments

Comments
 (0)