forked from loafle/openapi-generator-original
Removed a duplicate cliOptions (it is already added by the base class)
This commit is contained in:
parent
d0b99a0f83
commit
b61d76f291
@ -51,7 +51,6 @@ public class JaxRSServerCodegen extends JavaClientCodegen {
|
|||||||
cliOptions.add(library);
|
cliOptions.add(library);
|
||||||
cliOptions.add(new CliOption(CodegenConstants.IMPL_FOLDER, CodegenConstants.IMPL_FOLDER_DESC));
|
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("title", "a title describing the application"));
|
||||||
cliOptions.add(new CliOption("dateLibrary", "the date library to use when generating code: joda or java8"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user