Sonar Major:Add the @Override annotation. 87/27787/1
authoraishkashyap <as00476394@techmahindra.com>
Wed, 10 Jan 2018 05:47:59 +0000 (11:17 +0530)
committeraishkashyap <as00476394@techmahindra.com>
Wed, 10 Jan 2018 05:48:08 +0000 (11:18 +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/EventBusProducer.java
Line No:39

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

index a0578fc..50f6d96 100644 (file)
@@ -35,7 +35,7 @@ public class EventBusProducer extends DefaultProducer {
     super(endpoint);
     this.endpoint = endpoint;
   }
-
+  @Override
   public void process(Exchange exchange) throws Exception {
     // Publishing to event bus is currently not supported
   }