130131132133134135136137138139140
} if (commentMatcher != null) { builder.skipComments(getCommentMatcher(commentMatcher)); } if (encoder != null) { final CsvEncoder encoder1 = getEncoder(encoder); if (encoder1 != null) { builder.useEncoder(encoder1); } } if (quoteMode != null) {
138139140141142143144145146147148
268269270271272273274275276277278