Skip to content

Commit 36955cf

Browse files
committed
Format
1 parent 1bbc455 commit 36955cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datamodel/openapi/openapi-generator/src/main/java/com/sap/cloud/sdk/datamodel/openapi/generator/GenerationConfigurationConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ public OperationsMap postProcessOperationsWithModels(
9999
private static void setGlobalSettings( @Nonnull final GenerationConfiguration configuration )
100100
{
101101
if( configuration.isGenerateApis() ) {
102-
GlobalSettings.setProperty(CodegenConstants.APIS, getAllowedIds(configuration, "apisToGenerate"));
102+
GlobalSettings.setProperty(CodegenConstants.APIS, getAllowedIds(configuration, "apisToGenerate"));
103103
}
104104
if( configuration.isGenerateModels() ) {
105-
GlobalSettings.setProperty(CodegenConstants.MODELS, getAllowedIds(configuration, "modelsToGenerate"));
105+
GlobalSettings.setProperty(CodegenConstants.MODELS, getAllowedIds(configuration, "modelsToGenerate"));
106106
}
107107
if( configuration.isDebugModels() ) {
108108
GlobalSettings.setProperty("debugModels", "true");

0 commit comments

Comments
 (0)