You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2019/11/04 15:42:59 UTC

[cordova-android] branch master updated: chore: removed comment that serves no purpose (#863)

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

timbru31 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 f0c9814  chore: removed comment that serves no purpose (#863)
f0c9814 is described below

commit f0c9814c0480b87f1b3ac4cef900b496d3db9c2c
Author: Adri Van Houdt <ad...@gmail.com>
AuthorDate: Mon Nov 4 16:42:49 2019 +0100

    chore: removed comment that serves no purpose (#863)
---
 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 711703b..565c04d 100644
--- a/framework/src/org/apache/cordova/engine/SystemCookieManager.java
+++ b/framework/src/org/apache/cordova/engine/SystemCookieManager.java
@@ -37,7 +37,6 @@ class SystemCookieManager implements ICordovaCookieManager {
         webView = webview;
         cookieManager = CookieManager.getInstance();
 
-        //REALLY? Nobody has seen this UNTIL NOW?
         cookieManager.setAcceptFileSchemeCookies(true);
 
         if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {


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