Merge remote-tracking branch 'origin/master' into 4.0.x

This commit is contained in:
William Cheng
2018-08-03 00:10:34 +08:00
628 changed files with 13796 additions and 7660 deletions

View File

@@ -17,7 +17,7 @@ public interface AnotherFakeApi extends ApiClient.Api {
/**
* To test special tags
* To test special tags
* To test special tags and operation ID starting with number
* @param client client model (required)
* @return Client
*/
@@ -26,5 +26,5 @@ public interface AnotherFakeApi extends ApiClient.Api {
"Content-Type: application/json",
"Accept: application/json",
})
Client testSpecialTags(Client client);
Client call123testSpecialTags(Client client);
}