Fix for Sonar major issues
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / DeletePolicyCondition.java
index 4001d3f..117ac71 100644 (file)
@@ -49,6 +49,7 @@ public enum DeletePolicyCondition {
         * Returns the <code>String</code> format of delete condition for this Policy
         * @return the <code>String</code> of the delete condition for this Policy
         */
+       @Override
        public String toString(){
                return this.name;
        }