summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/LocalSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/data/LocalSource.java')
-rw-r--r--src/com/android/gallery3d/data/LocalSource.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/data/LocalSource.java b/src/com/android/gallery3d/data/LocalSource.java
index 6735b16e4..a2e3d1443 100644
--- a/src/com/android/gallery3d/data/LocalSource.java
+++ b/src/com/android/gallery3d/data/LocalSource.java
@@ -245,6 +245,7 @@ class LocalSource extends MediaSource {
// This is a comparator which compares the suffix number in two Paths.
private static class IdComparator implements Comparator<PathId> {
+ @Override
public int compare(PathId p1, PathId p2) {
String s1 = p1.path.getSuffix();
String s2 = p2.path.getSuffix();