fixed major sonar issue in WebConfig.java
authorSandeep J <sandeejh@in.ibm.com>
Thu, 13 Sep 2018 19:57:13 +0000 (01:27 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Thu, 13 Sep 2018 20:00:07 +0000 (01:30 +0530)
fixed sonar issue as detailed in CCSDK-564

Issue-ID: CCSDK-564
Change-Id: I694bc8d5abe130016ba7ac9d7786895fe1d5010d
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
ms/controllerblueprints/application/src/main/java/org/onap/ccsdk/apps/controllerblueprints/WebConfig.java

index c5cdee6..83f5f19 100644 (file)
@@ -1,6 +1,6 @@
 /*\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
@@ -28,6 +28,7 @@ import org.springframework.web.reactive.config.WebFluxConfigurationSupport;
 @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