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.
1 parent 69f8274 commit 4ef6979Copy full SHA for 4ef6979
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