summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-06-26 21:26:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-06-26 21:26:56 +0000
commitd50917a24eb71375d491bb7f410e285648ff4c63 (patch)
tree4751e0156cf85ff589fdc4a1aab258e09876a140 /src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java
parent59eb0f822c8ec33b8c5b97a95a170275df816d44 (diff)
parent69db30368a3d270c8cb8e0d648651fb7286263aa (diff)
downloadandroid_packages_apps_Snap-d50917a24eb71375d491bb7f410e285648ff4c63.tar.gz
android_packages_apps_Snap-d50917a24eb71375d491bb7f410e285648ff4c63.tar.bz2
android_packages_apps_Snap-d50917a24eb71375d491bb7f410e285648ff4c63.zip
Merge "Fix ambiguous naming and typo" into gb-ub-photos-carlsbad
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java
index d790d3ef7..c32f7ccdc 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterImageBorderRepresentation.java
@@ -71,7 +71,7 @@ public class FilterImageBorderRepresentation extends FilterRepresentation {
return R.string.none;
}
- public boolean allowsMultipleInstances() {
+ public boolean allowsSingleInstanceOnly() {
return true;
}