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
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
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments