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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ public class SpringDocConfigProperties {
235
235
/**
236
236
* The Show oauth 2 endpoint.
237
237
*/
238
-
privatebooleanshowOauth2Endpoint;
238
+
privatebooleanshowOauth2Endpoints;
239
239
240
240
/**
241
241
* The Sort converter.
@@ -1682,11 +1682,11 @@ public void setDisplayName(String displayName) {
0 commit comments