mirror of
https://github.com/apache/cordova-android.git
synced 2026-01-30 00:05:28 +08:00
chore: Remove unneeded deprecated annotation (#1430)
This commit is contained in:
@@ -51,7 +51,6 @@ class SystemCookieManager implements ICordovaCookieManager {
|
||||
return cookieManager.getCookie(url);
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public void clearCookies() {
|
||||
cookieManager.removeAllCookies(null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user