Adding the @Override annotation above checkIfTableExists method signature in DCAEServiceComponentsDAO.java
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.dcaegen2.platform%3Ainventory-api#resolved=false|severities=MAJOR|assignees=_me_%2CPooja03
Location:DCAEServiceComponentsDAO.java:L39
Issue-ID: DCAEGEN2-288
Change-Id: I74eca3cb3d8b3d528ce462b1c0a8eda1ad574552
Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
*/
public interface DCAEServiceComponentsDAO extends InventoryDAO {
+ @Override
@SqlQuery("select exists (select * from information_schema.tables where table_name = \'dcae_service_components\')")
Boolean checkIfTableExists();