[Java] fix Java (Jersey1.x) test case (#4239)

* fix java jersey 1 test case

* fix test for java jersey2.x api client
This commit is contained in:
wing328
2016-11-23 00:16:28 +08:00
committed by GitHub
parent 58b66a0b0a
commit 4e2c037e21
33 changed files with 691 additions and 18 deletions

View File

@@ -0,0 +1,14 @@
# OuterEnum
## Enum
* `PLACED` (value: `"placed"`)
* `APPROVED` (value: `"approved"`)
* `DELIVERED` (value: `"delivered"`)