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

@ -14,13 +14,10 @@ import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.util.HashMap;
import java.util.Map;
import java.util.Observer;
import java.util.Set;
import fr.free.nrw.commons.BuildConfig;
import io.reactivex.Single;
import io.reactivex.observers.TestObserver;
import io.reactivex.subscribers.TestSubscriber;
import okhttp3.HttpUrl;
import okhttp3.mockwebserver.MockResponse;
import okhttp3.mockwebserver.MockWebServer;

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 {