Checkstyle.

This commit is contained in:
Gary Gregory 2019-02-23 09:34:31 -05:00
parent 17be5351cb
commit 8685aa5ff9
1 changed files with 2 additions and 1 deletions

View File

@ -1501,7 +1501,8 @@ public final class CSVFormat implements Serializable {
* *
* @throws IOException * @throws IOException
*/ */
private void printWithQuotes(final Reader reader, final Appendable out, final boolean newRecord) throws IOException { private void printWithQuotes(final Reader reader, final Appendable out, final boolean newRecord)
throws IOException {
final char quoteChar = getQuoteCharacter().charValue(); final char quoteChar = getQuoteCharacter().charValue();
if (getQuoteMode() == QuoteMode.NONE) { if (getQuoteMode() == QuoteMode.NONE) {