Add default includes for Array and Object.

This commit is contained in:
Andrew Z Allen
2016-01-27 23:51:25 -07:00
parent af6926bd6f
commit b1a5080121
4 changed files with 9 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
*
* This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters
* Version: 1.0.0
* Generated at: 2016-01-27T23:29:24.021-07:00
* Generated at: 2016-01-27T23:51:03.092-07:00
* Generated by: class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
*/
/**

View File

@@ -5,7 +5,7 @@
*
* This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters
* Version: 1.0.0
* Generated at: 2016-01-27T23:29:24.021-07:00
* Generated at: 2016-01-27T23:51:03.092-07:00
* Generated by: class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
*/
/**

View File

@@ -5,7 +5,7 @@
*
* This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters
* Version: 1.0.0
* Generated at: 2016-01-27T23:29:24.021-07:00
* Generated at: 2016-01-27T23:51:03.092-07:00
* Generated by: class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
*/
/**
@@ -16,7 +16,6 @@
goog.provide('API.Client.UserApi');
goog.require('API.Client.User');
goog.require('java.util.List');
/**
* @constructor