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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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