Add @Override annotation above method signature 99/29999/1
authorTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Thu, 1 Feb 2018 10:36:24 +0000 (16:06 +0530)
committerTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Thu, 1 Feb 2018 10:36:42 +0000 (16:06 +0530)
Add the @Override annotation above this method signature
DCAEServiceTypesDAO.java
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/DCAEServiceTypesDAO.java
Change-Id: Ibb5bd4f8032e85b76c1fb71e8673ba196412ca12
Issue-ID: DCAEGEN2-294
Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
src/main/java/org/onap/dcae/inventory/daos/DCAEServiceTypesDAO.java

index bdb6298..cc53276 100644 (file)
@@ -40,6 +40,7 @@ import org.skife.jdbi.v2.sqlobject.customizers.Mapper;
 public interface DCAEServiceTypesDAO extends InventoryDAO {
 
     @SqlQuery("select exists (select * from information_schema.tables where table_name = \'dcae_service_types\')")
+    @Override
     Boolean checkIfTableExists();
 
     /**