summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/util/ReverseGeocoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/util/ReverseGeocoder.java')
-rw-r--r--src/com/android/gallery3d/util/ReverseGeocoder.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/util/ReverseGeocoder.java b/src/com/android/gallery3d/util/ReverseGeocoder.java
index d253b4b96..3df4c4933 100644
--- a/src/com/android/gallery3d/util/ReverseGeocoder.java
+++ b/src/com/android/gallery3d/util/ReverseGeocoder.java
@@ -16,8 +16,6 @@
package com.android.gallery3d.util;
-import com.android.gallery3d.common.BlobCache;
-
import android.content.Context;
import android.location.Address;
import android.location.Geocoder;
@@ -26,6 +24,8 @@ import android.location.LocationManager;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
+import com.android.gallery3d.common.BlobCache;
+
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;