You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2022/05/11 11:27:53 UTC

[cordova-android] 01/01: chore: Remove unneeded deprecated annotation

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch jcesarmobile-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit d8fe506191315eda64e1d593fe23e8823c03a2e5
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Wed May 11 13:27:45 2022 +0200

    chore: Remove unneeded deprecated annotation
---
 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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org