Checkstyle: Line has trailing spaces.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1602902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-06-16 15:43:51 +00:00
parent 229b3b7691
commit b993abb315
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public final class CSVPrinter implements Flushable, Closeable {
* Currently, only a pure encapsulation format or a pure escaping format is supported. Hybrid formats (encapsulation
* and escaping with a different character) are not supported.
* </p>
*
*
* @param out
* stream to which to print. Must not be null.
* @param format