Skip to content

Commit dd251e3

Browse files
committed
reverting fix #1919
1 parent f8c9762 commit dd251e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,4 @@ static class OnGroupedOpenApiBean {}
5757
@ConditionalOnProperty(name = GROUP_CONFIG_FIRST_PROPERTY)
5858
static class OnGroupConfigProperty {}
5959

60-
/**
61-
* The type On list grouped open api bean.
62-
*/
63-
@ConditionalOnBean(value = GroupedOpenApi.class, parameterizedContainer = Collection.class)
64-
static class OnListGroupedOpenApiBean {}
6560
}

0 commit comments

Comments
 (0)