mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-04 00:13:20 +08:00
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