We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df35696 commit 0775423Copy full SHA for 0775423
springdoc-openapi-starter-common/src/main/java/org/springdoc/core/service/OpenAPIService.java
@@ -290,7 +290,6 @@ private void initializeHiddenRestController() {
290
* Update servers open api.
291
*
292
* @param openAPI the open api
293
- * @return the open api
294
*/
295
public void updateServers(OpenAPI openAPI) {
296
if (!isServersPresent && serverBaseUrl != null) // default server value
0 commit comments