test jdk10, fix javadoc issue (#1335)

This commit is contained in:
William Cheng
2018-10-27 18:54:16 +08:00
committed by GitHub
parent fc0a0d2cda
commit d7d5e712e2
2 changed files with 3 additions and 3 deletions

View File

@@ -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";