summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/util/ReverseGeocoder.java
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-03-14 17:27:24 +0800
committerOwen Lin <owenlin@google.com>2012-03-14 17:28:00 +0800
commit73a04ff386d590f797d95b02286442108063b569 (patch)
treef2d7e8f5b41f6edde1cd8889e256a477ae4ae746 /src/com/android/gallery3d/util/ReverseGeocoder.java
parent7e0a28c2999f2d2c0aab4ecb7a03ac3e37078724 (diff)
downloadandroid_packages_apps_Snap-73a04ff386d590f797d95b02286442108063b569.tar.gz
android_packages_apps_Snap-73a04ff386d590f797d95b02286442108063b569.tar.bz2
android_packages_apps_Snap-73a04ff386d590f797d95b02286442108063b569.zip
Reorganize import for all files.
Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
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;