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