forked from loafle/openapi-generator-original
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