git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-05-06 23:24:07 +00:00
parent e697318e68
commit c616a17650
1 changed files with 2 additions and 2 deletions

View File

@ -818,9 +818,9 @@ public class CSVFormat implements Serializable {
} }
/** /**
* Returns whether an quoteChar has been defined. * Returns whether a quoteChar has been defined.
* *
* @return {@code true} if an quoteChar is defined * @return {@code true} if a quoteChar is defined
*/ */
public boolean isQuoting() { public boolean isQuoting() {
return quoteChar != null; return quoteChar != null;