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:
Sebastian Bazley 2012-03-08 19:12:23 +00:00
parent 2ec4c994c0
commit 84e46bd585
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ public class CSVFormat implements Cloneable, Serializable {
return out.toString().trim();
}
@Override
protected CSVFormat clone() {
try {
return (CSVFormat) super.clone();