You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/properties/SpringDocConfigProperties.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ public class SpringDocConfigProperties {
269
269
/**
270
270
* The Open api.
271
271
*/
272
-
privateOpenAPIOpenApi;
272
+
privateOpenAPIopenApi;
273
273
274
274
/**
275
275
* The Enable extra schemas resolution.
@@ -312,7 +312,7 @@ public void setEnableExtraSchemas(boolean enableExtraSchemas) {
0 commit comments