Skip to content

Commit 5e1164c

Browse files
authored
fix clone method (#11363)
1 parent 93488f4 commit 5e1164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/Java/RFC3339DateFormat.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public class RFC3339DateFormat extends DateFormat {
3939

4040
@Override
4141
public Object clone() {
42-
return this;
42+
return super.clone();
4343
}
4444
}

0 commit comments

Comments
 (0)