Added the "@Override" annotation
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / RuleProvider.java
index c34e05e..94ad678 100644 (file)
@@ -57,6 +57,7 @@ public enum RuleProvider {
         * 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;
        }