File tree 1 file changed +6
-6
lines changed
springdoc-openapi-common/src/main/java/org/springdoc/core
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -203,9 +203,9 @@ public class SpringDocConfigProperties {
203
203
private boolean nullableRequestParameterEnabled ;
204
204
205
205
/**
206
- * The Show oauth 2 endpoint .
206
+ * The Show oauth2 endpoints .
207
207
*/
208
- private boolean showOauth2Endpoint ;
208
+ private boolean showOauth2Endpoints ;
209
209
210
210
/**
211
211
* Gets override with generic response.
@@ -1506,11 +1506,11 @@ public void setDisplayName(String displayName) {
1506
1506
}
1507
1507
}
1508
1508
1509
- public boolean isShowOauth2Endpoint () {
1510
- return showOauth2Endpoint ;
1509
+ public boolean isShowOauth2Endpoints () {
1510
+ return showOauth2Endpoints ;
1511
1511
}
1512
1512
1513
- public void setShowOauth2Endpoint (boolean showOauth2Endpoint ) {
1514
- this .showOauth2Endpoint = showOauth2Endpoint ;
1513
+ public void setShowOauth2Endpoints (boolean showOauth2Endpoint ) {
1514
+ this .showOauth2Endpoints = showOauth2Endpoint ;
1515
1515
}
1516
1516
}
You can’t perform that action at this time.
0 commit comments