Skip to content

Commit 84e46bd

Browse files
committed
Missing @OverRide
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@1298517 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2ec4c99 commit 84e46bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ public String format(String... values) {
431431
return out.toString().trim();
432432
}
433433

434+
@Override
434435
protected CSVFormat clone() {
435436
try {
436437
return (CSVFormat) super.clone();

0 commit comments

Comments
 (0)