chore: Remove unneeded deprecated annotation (#1430)

This commit is contained in:
jcesarmobile
2022-06-02 01:13:25 +02:00
committed by GitHub
parent 53d39fb135
commit ba032df665

View File

@@ -51,7 +51,6 @@ class SystemCookieManager implements ICordovaCookieManager {
return cookieManager.getCookie(url);
}
@SuppressWarnings("deprecation")
public void clearCookies() {
cookieManager.removeAllCookies(null);
}