File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public JavaClientCodegen() {
83
83
cliOptions .add (new CliOption (CodegenConstants .SOURCE_FOLDER , CodegenConstants .SOURCE_FOLDER_DESC ));
84
84
cliOptions .add (new CliOption (CodegenConstants .LOCAL_VARIABLE_PREFIX , CodegenConstants .LOCAL_VARIABLE_PREFIX_DESC ));
85
85
cliOptions .add (new CliOption (CodegenConstants .SERIALIZABLE_MODEL , CodegenConstants .SERIALIZABLE_MODEL_DESC ));
86
- cliOptions .add (new CliOption ("fullJavaUtil" , "whether to use full qualified name for classes under java.util (default to false)" ));
86
+ cliOptions .add (new CliOption ("fullJavaUtil" , "whether to use fully qualified name for classes under java.util (default to false)" ));
87
87
88
88
supportedLibraries .put ("<default>" , "HTTP client: Jersey client 1.18. JSON processing: Jackson 2.4.2" );
89
89
supportedLibraries .put ("jersey2" , "HTTP client: Jersey client 2.6" );
You can’t perform that action at this time.
0 commit comments