summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ComboPreferences.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/ComboPreferences.java')
-rw-r--r--src/com/android/camera/ComboPreferences.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/ComboPreferences.java b/src/com/android/camera/ComboPreferences.java
index 26a6e70..af4a09a 100644
--- a/src/com/android/camera/ComboPreferences.java
+++ b/src/com/android/camera/ComboPreferences.java
@@ -117,11 +117,11 @@ public class ComboPreferences implements SharedPreferences, OnSharedPreferenceCh
}
// The following two methods are not used.
- Editor putStringSet(String key, Set<String> values) {
+ public Editor putStringSet(String key, Set<String> values) {
throw new UnsupportedOperationException();
}
- Set<String> getStringSet(String key, Set<String> defValues) {
+ public Set<String> getStringSet(String key, Set<String> defValues) {
throw new UnsupportedOperationException();
}