Missing @Override
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@1298517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ec4c994c0
commit
84e46bd585
|
@ -431,6 +431,7 @@ public class CSVFormat implements Cloneable, Serializable {
|
|||
return out.toString().trim();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected CSVFormat clone() {
|
||||
try {
|
||||
return (CSVFormat) super.clone();
|
||||
|
|
Loading…
Reference in New Issue