summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-06-26 13:54:17 -0700
committerztenghui <ztenghui@google.com>2013-06-26 13:54:17 -0700
commitc9ca6d1eb85a71b7667f4c25d879e78cce16ac4c (patch)
tree3ae40303c88c35f397ff874d2c9e3698ba0be62f /src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
parentb2f0ea99b6b388771e60b13bb8fd44faaa74ab43 (diff)
downloadandroid_packages_apps_Gallery2-c9ca6d1eb85a71b7667f4c25d879e78cce16ac4c.tar.gz
android_packages_apps_Gallery2-c9ca6d1eb85a71b7667f4c25d879e78cce16ac4c.tar.bz2
android_packages_apps_Gallery2-c9ca6d1eb85a71b7667f4c25d879e78cce16ac4c.zip
Fix ambiguous naming and typo
bug:9468909 Change-Id: Ic52f3b6f6b5d0c874e8291ce7b3a76cb6c22f60f
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
index abe69d110..a7efbca20 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
@@ -86,7 +86,7 @@ public class FilterFxRepresentation extends FilterRepresentation {
}
@Override
- public boolean allowsMultipleInstances() {
+ public boolean allowsSingleInstanceOnly() {
return true;
}