Sonar Major: Add the @Override annotation.
[aai/router-core.git] / src / main / java / org / onap / aai / event / EventBusConsumer.java
index ed28571..2da879d 100644 (file)
@@ -127,7 +127,7 @@ public class EventBusConsumer extends ScheduledPollConsumer {
       consumer.close();
     }
   }
-
+  @Override
   protected void doShutdown() throws Exception {
     super.doShutdown();
     if (consumer != null) {