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>
public interface DCAEServiceTypesDAO extends InventoryDAO {
@SqlQuery("select exists (select * from information_schema.tables where table_name = \'dcae_service_types\')")
+ @Override
Boolean checkIfTableExists();
/**