fixed sonar issue as detailed in CCSDK-564
Issue-ID: CCSDK-564
Change-Id: I694bc8d5abe130016ba7ac9d7786895fe1d5010d
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
/*\r
* Copyright © 2017-2018 AT&T Intellectual Property.\r
- *\r
+ * Modifications Copyright © 2018 IBM.\r
* Licensed under the Apache License, Version 2.0 (the "License");\r
* you may not use this file except in compliance with the License.\r
* You may obtain a copy of the License at\r
@Configuration\r
@SuppressWarnings("unused")\r
public class WebConfig extends WebFluxConfigurationSupport {\r
+ @Override\r
public void addResourceHandlers(ResourceHandlerRegistry registry) {\r
registry.addResourceHandler("swagger-ui.html")\r
.addResourceLocations("classpath:/META-INF/resources/");\r