We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b080abe + 4ef6979 commit 5e805c2Copy full SHA for 5e805c2
modules/swagger-codegen/src/main/resources/Java/ApiClient.mustache
@@ -212,7 +212,7 @@ public class ApiClient {
212
/**
213
* Set the date format used to parse/format date parameters.
214
*/
215
- public ApiClient getDateFormat(DateFormat dateFormat) {
+ public ApiClient setDateFormat(DateFormat dateFormat) {
216
this.dateFormat = dateFormat;
217
return this;
218
}
0 commit comments