update java petstore

This commit is contained in:
wing328
2017-05-14 22:53:25 +08:00
parent 7fc36f1e1e
commit 67c61eed0b
2 changed files with 1 additions and 3 deletions

View File

@@ -0,0 +1 @@
2.3.0-SNAPSHOT

View File

@@ -196,8 +196,6 @@ public class ApiClient {
return this;
}
<<<<<<< HEAD
=======
public KeyManager[] getKeyManagers() {
return keyManagers;
}
@@ -219,7 +217,6 @@ public class ApiClient {
return dateFormat;
}
>>>>>>> origin/master
public ApiClient setDateFormat(DateFormat dateFormat) {
this.json.setDateFormat(dateFormat);
return this;