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