Add the @Override annotation above this method signature
DCAEServiceTypesDAO.java:L54
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: I0e306a23ebe31200c2e9a438e5f4f1da55eb53c9
Issue-ID: DCAEGEN2-312
Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
"vnf_types varchar[] not null, service_ids varchar[], service_locations varchar[], " +
"asdc_service_id varchar, asdc_resource_id varchar, " +
"created timestamp not null, deactivated timestamp, constraint pk_type_created primary key (type_id))")
+ @Override
void createTable();
// REVIEW: asdcServiceId and asdcResourceId is implicitly part of the unique key and thus shouldn't be updated.