You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"));
100
100
cliOptions.add(newCliOption("hideGenerationTimestamp", "hides the timestamp when files were generated"));
101
101
102
102
CliOptiondateLibrary = newCliOption(DATE_LIBRARY, "Option. Date library to use");
0 commit comments