Optimized Imports.

This commit is contained in:
Andrew Marshall 2017-10-11 10:57:22 -04:00
parent 7e5d8c4c79
commit c6de66e32a
5 changed files with 5 additions and 9 deletions

View file

@ -1,10 +1,11 @@
package fr.free.nrw.commons.utils;
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
public class StringSortingUtilsTest {