Merge changes Ia1e5c405,Ie890b499,Ie8b58f17,I76c96d30,I7814f090, ...
[portal.git] / portal-BE / src / main / java / org / onap / portal / domain / dto / ecomp / WidgetCatalogParameter.java
index cd1b2a7..e5e7255 100644 (file)
@@ -58,6 +58,6 @@ public class WidgetCatalogParameter extends DomainVo{
        private Long widgetId;
        private Long userId;
        private Long paramId;
-       private String user_value;
+       private String userValue;
 
 }