mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1170886 - Remove unnecessary InlinedApi suppression. r?nalexander
This commit is contained in:
parent
ba4036add9
commit
b3d251278f
@ -4,7 +4,6 @@
|
||||
|
||||
package org.mozilla.mozstumbler.service;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Context;
|
||||
import android.content.SharedPreferences;
|
||||
@ -200,7 +199,6 @@ public final class Prefs {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint("InlinedApi")
|
||||
private SharedPreferences getPrefs() {
|
||||
return mSharedPrefs;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user