Update samples for java/jersey2-java6 (and fix artifact ID) (#5118)

* Update samples for java/jersey2-java6.

* Let the sample generation script set the right name for jersey2-java6.

This is the equivalent change to #5095, for jersey2-java6.

* Update samples for Java/Jersey2-java6.
This commit is contained in:
Paŭlo Ebermann
2017-03-23 08:22:14 +01:00
committed by wing328
parent 5f27fcab18
commit 9dc8cf3fa6
61 changed files with 707 additions and 1059 deletions

View File

@@ -7,6 +7,7 @@ Name | Type | Description | Notes
**enumString** | [**EnumStringEnum**](#EnumStringEnum) | | [optional]
**enumInteger** | [**EnumIntegerEnum**](#EnumIntegerEnum) | | [optional]
**enumNumber** | [**EnumNumberEnum**](#EnumNumberEnum) | | [optional]
**outerEnum** | [**OuterEnum**](OuterEnum.md) | | [optional]
<a name="EnumStringEnum"></a>