Minor formatting changes

This commit is contained in:
misaochan 2016-02-05 18:33:37 +13:00
parent 11e291cb41
commit 816acbe04a

View file

@ -1,7 +1,6 @@
package fr.free.nrw.commons.upload; package fr.free.nrw.commons.upload;
import android.content.Context; import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.location.Criteria; import android.location.Criteria;
import android.location.Location; import android.location.Location;
@ -10,15 +9,9 @@ import android.location.LocationManager;
import android.media.ExifInterface; import android.media.ExifInterface;
import android.os.Bundle; import android.os.Bundle;
import android.preference.PreferenceManager; import android.preference.PreferenceManager;
import android.provider.Settings;
import android.util.Log; import android.util.Log;
import android.widget.Toast;
import java.io.IOException; import java.io.IOException;
import fr.free.nrw.commons.SettingsActivity;
public class GPSExtractor { public class GPSExtractor {
private String filePath; private String filePath;
@ -88,7 +81,6 @@ public class GPSExtractor {
//Otherwise treat as if no coords found //Otherwise treat as if no coords found
return null; return null;
} }
} else { } else {
imageCoordsExists = true; imageCoordsExists = true;
Log.d(TAG, "Picture has GPS info"); Log.d(TAG, "Picture has GPS info");
@ -105,7 +97,6 @@ public class GPSExtractor {
} }
} }
private class MyLocationListener implements LocationListener { private class MyLocationListener implements LocationListener {
@Override @Override