BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
[dcaegen2/platform.git] / mod / bpgenerator / onap / src / main / java / org / onap / blueprintgenerator / model / common / OnapBlueprint.java
index 4dd7b0f..198a43e 100644 (file)
@@ -32,17 +32,13 @@ import java.util.Map;
 
 /**
  * @author : Ravi Mantena
- * @date 10/16/2020
- * Application: ONAP - Blueprint Generator
- * ONAP Common Model used by both ONAP and DMAAP: Blueprint  derived from Common Module Blueprint Model used by both DCAE and ONAP
+ * @date 10/16/2020 Application: ONAP - Blueprint Generator ONAP Common Model: A model class which
+ * represents Blueprint derived from Common Module Blueprint Model
  */
-
-
 @Data
 @JsonInclude(value = JsonInclude.Include.NON_NULL)
 @JsonIgnoreProperties(ignoreUnknown = true)
 public class OnapBlueprint extends Blueprint {
 
     private Map<String, Node> node_templates;
-
-}
\ No newline at end of file
+}