This is an automated email from the ASF dual-hosted git repository.
jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git
The following commit(s) were added to refs/heads/master by this push:
new ba032df6 chore: Remove unneeded deprecated annotation (#1430)
ba032df6 is described below
commit ba032df6654f6dfee7654f8a7e2b6b302302e0a2
Author: jcesarmobile <[email protected]>
AuthorDate: Thu Jun 2 01:13:25 2022 +0200
chore: Remove unneeded deprecated annotation (#1430)
---
framework/src/org/apache/cordova/engine/SystemCookieManager.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/framework/src/org/apache/cordova/engine/SystemCookieManager.java
b/framework/src/org/apache/cordova/engine/SystemCookieManager.java
index f8128bc2..df8cbac3 100644
--- a/framework/src/org/apache/cordova/engine/SystemCookieManager.java
+++ b/framework/src/org/apache/cordova/engine/SystemCookieManager.java
@@ -51,7 +51,6 @@ class SystemCookieManager implements ICordovaCookieManager {
return cookieManager.getCookie(url);
}
- @SuppressWarnings("deprecation")
public void clearCookies() {
cookieManager.removeAllCookies(null);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]