Move Widget attribute data to the mappings JSON
[aai/babel.git] / src / main / java / org / onap / aai / babel / xml / generator / data / WidgetMapping.java
index dd46626..95ba7c1 100644 (file)
@@ -25,9 +25,9 @@ import java.util.Map;
 
 public class WidgetMapping {
 
-    String prefix = null;
+    String prefix;
     String type = "resource"; // Default type is Resource (not Widget)
-    String widget = null;
+    String widget;
     boolean deleteFlag = true;
     Map<String, Object> properties;