Removed a duplicate cliOptions (it is already added by the base class)

This commit is contained in:
evigeant 2016-01-25 22:36:24 -05:00
parent d0b99a0f83
commit b61d76f291

View File

@ -51,7 +51,6 @@ public class JaxRSServerCodegen extends JavaClientCodegen {
cliOptions.add(library);
cliOptions.add(new CliOption(CodegenConstants.IMPL_FOLDER, CodegenConstants.IMPL_FOLDER_DESC));
cliOptions.add(new CliOption("title", "a title describing the application"));
cliOptions.add(new CliOption("dateLibrary", "the date library to use when generating code: joda or java8"));
}
@Override