summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/Exif.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/data/Exif.java')
-rw-r--r--src/com/android/gallery3d/data/Exif.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/data/Exif.java b/src/com/android/gallery3d/data/Exif.java
index 6f314df13..ba5862a86 100644
--- a/src/com/android/gallery3d/data/Exif.java
+++ b/src/com/android/gallery3d/data/Exif.java
@@ -18,8 +18,8 @@ package com.android.gallery3d.data;
import android.util.Log;
-import java.io.InputStream;
import java.io.IOException;
+import java.io.InputStream;
public class Exif {
private static final String TAG = "CameraExif";