BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
[dcaegen2/platform.git] / mod / bpgenerator / onap / src / main / java / org / onap / blueprintgenerator / model / common / PolicyModelNode.java
index c418b8e..54a5b20 100644 (file)
@@ -30,18 +30,14 @@ import java.util.Map;
 
 /**
  * @author : Ravi Mantena
- * @date 10/16/2020
- * Application: ONAP - Blueprint Generator
- * ONAP Common Model used by both ONAP and DMAAP: Policy Model Node
+ * @date 10/16/2020 Application: ONAP - Blueprint Generator ONAP Common Model: A model class which
+ * represents Policy Model Node
  */
-
-
 @Data
 @JsonInclude(JsonInclude.Include.NON_NULL)
 public class PolicyModelNode {
-       
-       private String derived_from;
 
-       private Map<String, PolicyProperties> properties;
+    private String derived_from;
 
+    private Map<String, PolicyProperties> properties;
 }