File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
modules/swagger-codegen/src/main/resources/Java/libraries/jersey2
samples/client/petstore/java
default/src/main/java/io/swagger/client
jersey2/src/main/java/io/swagger/client Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ public class ApiClient {
216
216
/**
217
217
* Set the date format used to parse/format date parameters.
218
218
*/
219
- public ApiClient getDateFormat (DateFormat dateFormat) {
219
+ public ApiClient setDateFormat (DateFormat dateFormat) {
220
220
this.dateFormat = dateFormat;
221
221
return this;
222
222
}
Original file line number Diff line number Diff line change 39
39
import io .swagger .client .auth .ApiKeyAuth ;
40
40
import io .swagger .client .auth .OAuth ;
41
41
42
- @ javax .annotation .Generated (value = "class io.swagger.codegen.languages.JavaClientCodegen" , date = "2015-09-23T12 :52:56.012 +08:00" )
42
+ @ javax .annotation .Generated (value = "class io.swagger.codegen.languages.JavaClientCodegen" , date = "2015-09-24T21 :52:56.159 +08:00" )
43
43
public class ApiClient {
44
44
private Map <String , Client > hostMap = new HashMap <String , Client >();
45
45
private Map <String , String > defaultHeaderMap = new HashMap <String , String >();
@@ -211,7 +211,7 @@ public DateFormat getDateFormat() {
211
211
/**
212
212
* Set the date format used to parse/format date parameters.
213
213
*/
214
- public ApiClient getDateFormat (DateFormat dateFormat ) {
214
+ public ApiClient setDateFormat (DateFormat dateFormat ) {
215
215
this .dateFormat = dateFormat ;
216
216
return this ;
217
217
}
Original file line number Diff line number Diff line change 43
43
import io .swagger .client .auth .ApiKeyAuth ;
44
44
import io .swagger .client .auth .OAuth ;
45
45
46
- @ javax .annotation .Generated (value = "class io.swagger.codegen.languages.JavaClientCodegen" , date = "2015-09-23T12 :52:46.364 +08:00" )
46
+ @ javax .annotation .Generated (value = "class io.swagger.codegen.languages.JavaClientCodegen" , date = "2015-09-24T21 :52:47.417 +08:00" )
47
47
public class ApiClient {
48
48
private Map <String , Client > hostMap = new HashMap <String , Client >();
49
49
private Map <String , String > defaultHeaderMap = new HashMap <String , String >();
@@ -215,7 +215,7 @@ public DateFormat getDateFormat() {
215
215
/**
216
216
* Set the date format used to parse/format date parameters.
217
217
*/
218
- public ApiClient getDateFormat (DateFormat dateFormat ) {
218
+ public ApiClient setDateFormat (DateFormat dateFormat ) {
219
219
this .dateFormat = dateFormat ;
220
220
return this ;
221
221
}
You can’t perform that action at this time.
0 commit comments