Catalog alignment
[sdc.git] / common-be / src / test / java / org / openecomp / sdc / be / test / util / TestResourcesHandler.java
index 3aba236..2e3b906 100644 (file)
 
 package org.openecomp.sdc.be.test.util;
 
-import static org.junit.Assert.fail;
+import org.apache.commons.io.IOUtils;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 import java.io.IOException;
 import java.io.InputStream;
 import java.net.URL;
 import java.nio.file.Path;
-import org.apache.commons.io.IOUtils;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
+
+import static org.junit.Assert.fail;
 
 /**
  * Util class for handling test resources.