Add CSV countries file and remove the JSON ones.
[Persons_Comparator.git] / src / CSVUtils.java
index 01d4e3241e6c613a341739befab130082b875fda..08a1ef91b18171f58fa1181aad2e12f520fe5fee 100644 (file)
@@ -1,7 +1,6 @@
 import java.util.ArrayList;
 import java.util.List;
 
-
 public class CSVUtils {
 
     private static final char DEFAULT_SEPARATOR = ',';