Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1479719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e697318e68
commit
c616a17650
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue