Sonar:Major 07/30607/1
authorTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Wed, 7 Feb 2018 07:03:12 +0000 (12:33 +0530)
committerTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Wed, 7 Feb 2018 07:03:31 +0000 (12:33 +0530)
Add the @Override annotation above this method signature
DCAEServicesComponentsMapsDAO.java:L37
Sonar link : https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=BharathS24
Location : src/main/java/org/onap/dcae/inventory/daos/DCAEServicesComponentsMapsDAO.java
Change-Id: I5fbba6f524b0bd29f155822f6601f2fdc2d7b5f8
Issue-ID: DCAEGEN2-314
Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
src/main/java/org/onap/dcae/inventory/daos/DCAEServicesComponentsMapsDAO.java

index c9eaa99..270d638 100644 (file)
@@ -34,6 +34,7 @@ import org.skife.jdbi.v2.sqlobject.SqlUpdate;
 public interface DCAEServicesComponentsMapsDAO extends InventoryDAO {
 
     @SqlQuery("select exists (select * from information_schema.tables where table_name = \'dcae_services_components_maps\')")
+    @Override
     Boolean checkIfTableExists();
 
     @Override