mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-04 06:46:19 +00:00
update samples
This commit is contained in:
@@ -50,6 +50,6 @@ public class RFC3339DateFormat extends DateFormat {
|
||||
|
||||
@Override
|
||||
public Object clone() {
|
||||
return this;
|
||||
return super.clone();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user