better code format in java jersey doc (#5031)

This commit is contained in:
William Cheng
2020-01-18 19:11:51 +08:00
committed by GitHub
parent 2722c602ac
commit d1948c4b41
19 changed files with 128 additions and 397 deletions

View File

@@ -12,7 +12,6 @@ Method | HTTP request | Description
> Client call123testSpecialTags(body)
To test special tags
To test special tags and operation ID starting with number
@@ -34,9 +33,8 @@ public class Example {
AnotherFakeApi apiInstance = new AnotherFakeApi(defaultClient);
Client body = new Client(); // Client | client model
try {
try {
Client result = apiInstance.call123testSpecialTags(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AnotherFakeApi#call123testSpecialTags");