Skip to content

Commit 33eb71e

Browse files
committed
In-line comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398007 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7aeddef commit 33eb71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public String format(final Object... values) {
516516
new CSVPrinter(out, this).println(values);
517517
return out.toString().trim();
518518
} catch (final IOException e) {
519-
// should not happen
519+
// should not happen because a StringWriter does not do IO.
520520
throw new IllegalStateException(e);
521521
}
522522
}

0 commit comments

Comments
 (0)