Sonar Major: Add the @Override annotation . 91/26791/1
authoraishkashyap <as00476394@techmahindra.com>
Fri, 22 Dec 2017 11:07:43 +0000 (16:37 +0530)
committeraishkashyap <as00476394@techmahindra.com>
Fri, 22 Dec 2017 11:07:54 +0000 (16:37 +0530)
Add the @Override annotation above method signature

Sonar Link;
https://sonar.onap.org/component_issues/index?id=org.onap.aai.router-core%3Arouter-core#resolved=false
Location:
src/main/java/org/onap/aai/event/EventBusComponent.java
Line No:44

Issue-ID: AAI-582
Change-Id: I2652dbf2a24b3813628e5f809a541a1453b4a5d6
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
src/main/java/org/onap/aai/event/EventBusComponent.java

index f6e373a..fdcc85d 100644 (file)
@@ -41,6 +41,7 @@ public class EventBusComponent extends UriEndpointComponent {
     super(context, EventBusEndpoint.class);
   }
 
+ @Override
   protected Endpoint createEndpoint(String uri, String remaining, Map<String, Object> parameters)
       throws Exception {
     Endpoint endpoint = new EventBusEndpoint(uri, this);