File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
springdoc-openapi-common/src/main/java/org/springdoc/core Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- #744 - Impossible to configure swaggerurl programmatically
16
16
17
17
## [ 1.4.1] - 2020-06-09
18
- ### Added
18
+ ### Addedgrr
19
19
- #714 - Ability to disable swagger-ui default petstore url
20
20
- #713 - Add Support of Actuator endpoints using webflux
21
21
- #703 - Pretty print OpenApi spec
Original file line number Diff line number Diff line change @@ -122,15 +122,6 @@ public void addGroup(String group) {
122
122
urls .add (swaggerUrl );
123
123
}
124
124
125
- /**
126
- * Gets urls.
127
- *
128
- * @return the urls
129
- */
130
- public Set <SwaggerUrl > getUrls () {
131
- return urls ;
132
- }
133
-
134
125
/**
135
126
* Add url.
136
127
*
You can’t perform that action at this time.
0 commit comments