Sonar:Major 09/30409/1
authorTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Tue, 6 Feb 2018 09:31:52 +0000 (15:01 +0530)
committerTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Tue, 6 Feb 2018 09:32:03 +0000 (15:02 +0530)
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>
src/main/java/org/onap/dcae/inventory/daos/DCAEServiceTypesDAO.java

index cc53276..aa242a4 100644 (file)
@@ -52,6 +52,7 @@ public interface DCAEServiceTypesDAO extends InventoryDAO {
             "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.