Fixes for Backward compatibility issues
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / api / PolicyConfigType.java
index 77c978d..59fd427 100644 (file)
@@ -57,7 +57,9 @@ public enum PolicyConfigType{
         * Indicates DCAE Micro Service based Policy. 
         */
        MicroService("MS"),
-       
+       /**
+        * Indicates Custom Extended Policy type. 
+        */
        Extended("EXTENDED")
        ;