BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
[dcaegen2/platform.git] / mod / bpgenerator / common / src / main / java / org / onap / blueprintgenerator / model / common / Imports.java
index eacf20e..bbeb03f 100644 (file)
@@ -30,16 +30,12 @@ import java.util.List;
 
 /**
  * @author : Ravi Mantena
- * @date 10/16/2020
- * Application: DCAE/ONAP - Blueprint Generator
- * Common Module: Used by both ONAP and DCAE Blueprint Applications
- * Common Model: For Imports
+ * @date 10/16/2020 Application: DCAE/ONAP - Blueprint Generator Common Module: Used by both ONAP
+ * and DCAE Blueprint Applications Common Model: A model class which represents Imports
  */
-
 @Data
 @JsonInclude(value = JsonInclude.Include.NON_NULL)
 public class Imports {
 
-       private List<String> imports;
-
+    private List<String> imports;
 }