Skip to content

Commit 4ef6979

Browse files
author
Adam Brown
committed
Fixed method name in Java ApiClient mustache template
1 parent 69f8274 commit 4ef6979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/Java/ApiClient.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public class ApiClient {
212212
/**
213213
* Set the date format used to parse/format date parameters.
214214
*/
215-
public ApiClient getDateFormat(DateFormat dateFormat) {
215+
public ApiClient setDateFormat(DateFormat dateFormat) {
216216
this.dateFormat = dateFormat;
217217
return this;
218218
}

0 commit comments

Comments
 (0)