re base code
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-test / src / test / java / org / onap / config / test / ConfigSourceLocationTest.java
index 6751a5c..c997e09 100644 (file)
@@ -1,19 +1,19 @@
 package org.onap.config.test;
 
+import org.junit.After;
+import org.junit.Assert;
+import org.junit.Before;
+import org.junit.Test;
 import org.onap.config.api.Configuration;
 import org.onap.config.api.ConfigurationManager;
 import org.onap.config.util.ConfigTestConstant;
 import org.onap.config.util.TestUtil;
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import org.junit.Assert;
 
 import java.io.File;
+import java.io.FileOutputStream;
 import java.io.IOException;
-import java.util.Properties;
 import java.io.OutputStream;
-import java.io.FileOutputStream;
+import java.util.Properties;
 
 /**
  * Created by sheetalm on 10/14/2016.