Added @Override annotation to method signature 41/15541/1
authorshashikanth <shashikanth.vh@huawei.com>
Tue, 26 Sep 2017 13:07:13 +0000 (18:37 +0530)
committershashikanth <shashikanth.vh@huawei.com>
Tue, 26 Sep 2017 13:07:14 +0000 (18:37 +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: I63b6229cc3b84b2f77f8d391e823933aaab05dd0
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
bpmn/MSOCoreBPMN/src/main/java/org/openecomp/mso/bpmn/core/WorkflowException.java

index 48f317d..21653e2 100644 (file)
@@ -69,6 +69,7 @@ public class WorkflowException implements Serializable {
        /**
         * Returns a string representation of this object.
         */
+    @Override
        public String toString() {
                StringBuilder out = new StringBuilder();
                out.append(getClass().getSimpleName());