Catalog alignment
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / enums / ResourceTypeEnum.java
index 21d4e5c..bd32ace 100644 (file)
@@ -30,8 +30,8 @@ public enum ResourceTypeEnum {
     CVFC("CVFC"/* Complex Virtual Function Component*/, false),
     VL("VL"/* (Virtual Link)"*/, true),
     VFCMT("VFCMT"/* (VFC Monitoring Template)"*/, true),
-    Configuration("Configuration ()", true),
-    ServiceProxy("ServiceProxy ()", true),
+    Configuration("Configuration", true),
+    ServiceProxy("ServiceProxy", true),
     ABSTRACT("Abstract (Generic VFC/VF/PNF/Service Type)", true);
 
     private String value;