mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 06:59:15 +00:00
test jdk10, fix javadoc issue (#1335)
This commit is contained in:
@@ -30,7 +30,7 @@ public class JavaJerseyServerCodegen extends AbstractJavaJAXRSServerCodegen {
|
||||
protected static final String LIBRARY_JERSEY2 = "jersey2";
|
||||
|
||||
/**
|
||||
* Default library template to use. (Default:{@value #DEFAULT_JERSEY_LIBRARY})
|
||||
* Default library template to use. (Default: jersey2)
|
||||
*/
|
||||
public static final String DEFAULT_JERSEY_LIBRARY = LIBRARY_JERSEY2;
|
||||
public static final String USE_TAGS = "useTags";
|
||||
|
||||
Reference in New Issue
Block a user