forked from github/cordova-android
chore: Remove unneeded deprecated annotation (#1430)
This commit is contained in:
parent
53d39fb135
commit
ba032df665
@ -51,7 +51,6 @@ class SystemCookieManager implements ICordovaCookieManager {
|
||||
return cookieManager.getCookie(url);
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public void clearCookies() {
|
||||
cookieManager.removeAllCookies(null);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user