Skip to content
Snippets Groups Projects
Commit 7bf3f74b authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

clean

parent 428a408c
No related branches found
No related tags found
1 merge request!808Allow Mixed Deployment
......@@ -112,7 +112,6 @@ public class SwaggerUIController {
private String getResourceString(String path) throws IOException {
Optional<URL> resource = loader.getResource(path);
resource.get().getContent();
return IOUtils.toString(
(InputStream) resource.orElseThrow().getContent(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment