Skip to content

Commit 1276941

Browse files
committed
update wording for full util option
1 parent 56951a2 commit 1276941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/AbstractJavaCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public AbstractJavaCodegen() {
9696
cliOptions.add(CliOption.newBoolean(CodegenConstants.SERIALIZABLE_MODEL, CodegenConstants.SERIALIZABLE_MODEL_DESC));
9797
cliOptions.add(CliOption.newBoolean(CodegenConstants.SERIALIZE_BIG_DECIMAL_AS_STRING, CodegenConstants
9898
.SERIALIZE_BIG_DECIMAL_AS_STRING_DESC));
99-
cliOptions.add(CliOption.newBoolean(FULL_JAVA_UTIL, "whether to use fully qualified name for classes under java.util"));
99+
cliOptions.add(CliOption.newBoolean(FULL_JAVA_UTIL, "whether to use fully qualified name for classes under java.util. This option only works for Java API client"));
100100
cliOptions.add(new CliOption("hideGenerationTimestamp", "hides the timestamp when files were generated"));
101101

102102
CliOption dateLibrary = new CliOption(DATE_LIBRARY, "Option. Date library to use");

0 commit comments

Comments
 (0)