name rebuilds, tests

This commit is contained in:
Tony Tam
2015-04-04 17:00:22 -07:00
parent e114875f02
commit ba2ccf788c
19 changed files with 48 additions and 41 deletions

View File

@@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-client</artifactId>
<artifactId>swagger-java-client</artifactId>
<packaging>jar</packaging>
<name>swagger-client</name>
<name>swagger-java-client</name>
<version>1.0.0</version>
<scm>
<connection>scm:git:git@github.com:wordnik/swagger-mustache.git</connection>

View File

@@ -57,7 +57,7 @@ public class PetApi {
String[] contentTypes = {
"application/json","application/xml"
"application/json","application/xml",
};
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";
@@ -107,7 +107,7 @@ public class PetApi {
String[] contentTypes = {
"application/json","application/xml"
"application/json","application/xml",
};
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";
@@ -315,7 +315,7 @@ public class PetApi {
String[] contentTypes = {
"application/x-www-form-urlencoded"
"application/x-www-form-urlencoded",
};
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";
@@ -429,7 +429,7 @@ public class PetApi {
String[] contentTypes = {
"multipart/form-data"
"multipart/form-data",
};
String contentType = contentTypes.length > 0 ? contentTypes[0] : "application/json";