Added @Override annotation to method signature
[so.git] / 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());