Merge pull request #2620 from wing328/petstore_json_restore

Update shell script to use petstore.yaml instead of petstore.json
This commit is contained in:
wing328
2016-04-16 19:17:07 +08:00
95 changed files with 2870 additions and 3270 deletions

View File

@@ -168,7 +168,7 @@ public class AkkaScalaClientCodegen extends DefaultCodegen implements CodegenCon
@Override
public String getHelp() {
return "Generates a Scala client library base on Akka/Spray.";
return "Generates a Scala client library (beta) base on Akka/Spray.";
}
@Override

View File

@@ -79,7 +79,7 @@ public class JavascriptClosureAngularClientCodegen extends DefaultCodegen implem
@Override
public String getHelp() {
return "Generates a Javascript AngularJS client library annotated with Google Closure Compiler annotations" +
return "Generates a Javascript AngularJS client library (beta) annotated with Google Closure Compiler annotations" +
"(https://developers.google.com/closure/compiler/docs/js-for-compiler?hl=en)";
}