Merge "Sonar Major:Add the @Override annotation."
[aai/router-core.git] / src / main / java / org / onap / aai / event / EventBusEndpoint.java
index 58f1ea5..0b883dd 100644 (file)
@@ -79,7 +79,7 @@ public class EventBusEndpoint extends DefaultEndpoint {
   public Producer createProducer() throws Exception {
     return new EventBusProducer(this);
   }
-
+  @Override
   public Consumer createConsumer(Processor processor) throws Exception {
     return new EventBusConsumer(this, processor);
   }