Fixed method name in Java ApiClient mustache template

This commit is contained in:
Adam Brown 2015-09-23 14:16:26 -07:00
parent 69f8274287
commit 4ef69794a3

View File

@ -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;
}