Merge pull request #3576 from ModelSolv/issue-3572

Issue 3572 Remove duplicate CLI Options
This commit is contained in:
wing328 2016-08-12 14:39:58 +08:00 committed by GitHub
commit 4fe0b3350c

View File

@ -69,8 +69,6 @@ public class JavaJAXRSSpecServerCodegen extends AbstractJavaJAXRSServerCodegen
library.setEnum(supportedLibraries);
cliOptions.add(library);
cliOptions.add(new CliOption(CodegenConstants.IMPL_FOLDER, CodegenConstants.IMPL_FOLDER_DESC));
cliOptions.add(new CliOption("title", "a title describing the application"));
}
@Override