Skip to content

Commit 8486d61

Browse files
author
bnasslahsen
committed
code cleanup
1 parent d0eff47 commit 8486d61

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- #744 - Impossible to configure swaggerurl programmatically
1616

1717
## [1.4.1] - 2020-06-09
18-
### Added
18+
### Addedgrr
1919
- #714 - Ability to disable swagger-ui default petstore url
2020
- #713 - Add Support of Actuator endpoints using webflux
2121
- #703 - Pretty print OpenApi spec

springdoc-openapi-common/src/main/java/org/springdoc/core/SwaggerUiConfigParameters.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,6 @@ public void addGroup(String group) {
122122
urls.add(swaggerUrl);
123123
}
124124

125-
/**
126-
* Gets urls.
127-
*
128-
* @return the urls
129-
*/
130-
public Set<SwaggerUrl> getUrls() {
131-
return urls;
132-
}
133-
134125
/**
135126
* Add url.
136127
*

0 commit comments

Comments
 (0)