mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
Fixed method name in Java ApiClient mustache template
This commit is contained in:
parent
69f8274287
commit
4ef69794a3
@ -212,7 +212,7 @@ public class ApiClient {
|
||||
/**
|
||||
* Set the date format used to parse/format date parameters.
|
||||
*/
|
||||
public ApiClient getDateFormat(DateFormat dateFormat) {
|
||||
public ApiClient setDateFormat(DateFormat dateFormat) {
|
||||
this.dateFormat = dateFormat;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user