review remarks

This commit is contained in:
Jonas Reichert
2022-09-26 17:21:45 +02:00
parent 5665f59fd6
commit 2e1acc0247

View File

@@ -312,7 +312,7 @@ public class Swift5ClientCodegen extends DefaultCodegen implements CodegenConfig
.defaultValue(Boolean.FALSE.toString()));
cliOptions.add(new CliOption(USE_CUSTOM_DATE_WITHOUT_TIME,
"[WARNING] This option will be removed and enabled by default in the future. Uses a custom type to de- and encode dates without time information (default: false)")
"Uses a custom type to de- and encode dates without time information to support OpenAPIs date format (default: false)")
.defaultValue(Boolean.FALSE.toString()));
supportedLibraries.put(LIBRARY_URLSESSION, "[DEFAULT] HTTP client: URLSession");