Added @Override annotation to method signature 49/15549/1
authorshashikanth <shashikanth.vh@huawei.com>
Tue, 26 Sep 2017 13:12:23 +0000 (18:42 +0530)
committershashikanth <shashikanth.vh@huawei.com>
Tue, 26 Sep 2017 13:12:23 +0000 (18:42 +0530)
Fix major sonar issues in so module
https://sonar.onap.org/component_issues?id=org.openecomp.so%3Aso#resolved=false|severities=MAJOR|rules=squid%3AS1161

Add the "@Override" annotation above this method signature

Issue-Id: APPC-186
Change-Id: Ia896df35c7f81f3f149e3f7cf06656dafc0a7abf
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/adapter/sdnc/SDNCAdapterCallbackRequest.java

index 5a28a41..8c9d4e2 100644 (file)
@@ -113,6 +113,7 @@ public class SDNCAdapterCallbackRequest {
         this.requestData = value;
     }
 
+    @Override
        public String toString() {
                StringWriter writer = new StringWriter();
                try {