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:52 UTC

[cordova-android] branch jcesarmobile-patch-1 created (now d8fe5061)

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

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


      at d8fe5061 chore: Remove unneeded deprecated annotation

This branch includes the following new commits:

     new d8fe5061 chore: Remove unneeded deprecated annotation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


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

Posted by jc...@apache.org.
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