summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android/gallery3d/common/FileCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'gallerycommon/src/com/android/gallery3d/common/FileCache.java')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/FileCache.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/FileCache.java b/gallerycommon/src/com/android/gallery3d/common/FileCache.java
index a69487f4c..d7deda6fa 100644
--- a/gallerycommon/src/com/android/gallery3d/common/FileCache.java
+++ b/gallerycommon/src/com/android/gallery3d/common/FileCache.java
@@ -92,6 +92,7 @@ public class FileCache implements Closeable {
mDbHelper = new DatabaseHelper(context, dbName);
}
+ @Override
public void close() {
mDbHelper.close();
}