am 8ff96805: Merge "Eliminate compiler warning" into gingerbread
Merge commit '8ff9680522c096ef76fbe087e50f04d76c172173' into gingerbread-plus-aosp * commit '8ff9680522c096ef76fbe087e50f04d76c172173': Eliminate compiler warningmain
commit
48ef72acef
|
@ -30,8 +30,7 @@ public class SharedPreferencesCompat {
|
||||||
|
|
||||||
private static Method findApplyMethod() {
|
private static Method findApplyMethod() {
|
||||||
try {
|
try {
|
||||||
Class cls = SharedPreferences.Editor.class;
|
return SharedPreferences.Editor.class.getMethod("apply");
|
||||||
return cls.getMethod("apply");
|
|
||||||
} catch (NoSuchMethodException unused) {
|
} catch (NoSuchMethodException unused) {
|
||||||
// fall through
|
// fall through
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue