Fix for Sonar major issues
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / PolicyClass.java
index 5132a44..6a648e8 100644 (file)
@@ -52,6 +52,7 @@ public enum PolicyClass {
         * Returns the <code>String</code> format of Type for this <code>PolicyClass</code>
         * @return the <code>String</code> of the Type for this <code>PolicyClass</code>
         */
+       @Override
        public String toString() {
                return this.name;
        }