re base code
[sdc.git] / asdctool / src / main / java / org / openecomp / sdc / asdctool / simulator / tenant / ImportCassandraTableTool.java
index 9ea2d5a..045ac5c 100644 (file)
@@ -1,9 +1,5 @@
 package org.openecomp.sdc.asdctool.simulator.tenant;
 
-import java.util.HashMap;
-import java.util.Map;
-import java.util.function.Consumer;
-
 import org.openecomp.sdc.be.config.ConfigurationManager;
 import org.openecomp.sdc.common.api.ConfigurationSource;
 import org.openecomp.sdc.common.impl.ExternalConfiguration;
@@ -11,6 +7,10 @@ import org.openecomp.sdc.common.impl.FSConfigurationSource;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+import java.util.HashMap;
+import java.util.Map;
+import java.util.function.Consumer;
+
 /**
  * Main class of utility imports CSV file into the specified table
  * The old stuff of the table is removed.