Fix for Sonar major issues
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / PolicyDecision.java
index b5fdc1e..6bae84c 100644 (file)
@@ -53,6 +53,7 @@ public enum PolicyDecision {
         * 
         * @return the <code>String</code> name for this <code>PolicyDecision</code>
         */
+       @Override
        public String toString(){
                return this.name;
        }