Skip to content

Commit b046864

Browse files
author
springdoc
committed
project review
1 parent fd6db0e commit b046864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/ParameterBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ public Schema calculateSchema(Components components, java.lang.reflect.Parameter
143143
if (schemaMap != null)
144144
schemaMap.forEach(components::addSchemas);
145145
}
146-
} else
146+
} else {
147147
schemaN = org.springdoc.core.SpringDocAnnotationsUtils.resolveSchemaFromType(schemaImplementation,
148148
components, null);
149-
149+
}
150150
if (mergedSchema != null) {
151151
mergedSchema.addProperties(paramName, schemaN);
152152
schemaN = mergedSchema;

0 commit comments

Comments
 (0)