Merge pull request #315 from anirudh24seven/optimize-imports

Reorganize imports across the project
This commit is contained in:
Josephine Lim 2016-10-31 14:32:43 +13:00 committed by GitHub
commit 9ef32612c1
43 changed files with 235 additions and 176 deletions

View file

@ -1,14 +1,21 @@
package fr.free.nrw.commons;
import android.content.SharedPreferences;
import android.os.*;
import android.os.AsyncTask;
import android.os.Build;
import android.preference.PreferenceManager;
import android.util.*;
import in.yuvi.http.fluent.Http;
import android.util.Log;
import org.apache.http.HttpResponse;
import org.json.*;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import java.net.*;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import in.yuvi.http.fluent.Http;
public class EventLog {