Skip to content

Commit caa6712

Browse files
author
bnasslahsen
committed
fixes visbility
1 parent e96f8ab commit caa6712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-groovy/src/main/java/org/springdoc/groovy/SpringDocGroovyConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
@Configuration
3333
@ConditionalOnProperty(name = SPRINGDOC_ENABLED, matchIfMissing = true)
34-
class SpringDocGroovyConfiguration {
34+
public class SpringDocGroovyConfiguration {
3535

3636
@Bean
3737
@Lazy(false)

0 commit comments

Comments
 (0)