Catalog alignment
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / csar / pnf / SoftwareInformationArtifactYamlParser.java
index e5696af..ad67962 100644 (file)
 
 package org.openecomp.sdc.be.csar.pnf;
 
-import java.io.ByteArrayInputStream;
-import java.io.IOException;
-import java.util.List;
-import java.util.Map;
-import java.util.Optional;
 import org.apache.commons.collections.CollectionUtils;
 import org.onap.sdc.tosca.services.YamlUtil;
 import org.openecomp.sdc.be.csar.pnf.PnfSoftwareInformation.PnfSoftwareInformationField;
@@ -32,6 +27,12 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.yaml.snakeyaml.error.YAMLException;
 
+import java.io.ByteArrayInputStream;
+import java.io.IOException;
+import java.util.List;
+import java.util.Map;
+import java.util.Optional;
+
 /**
  * Handles the parsing of the non-mano software information file.
  */