From 7d3afcab94f130a346da705576c8daf7a91f089f Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Tue, 23 Oct 2012 14:12:48 -0400 Subject: [PATCH] Tweak the useBrowserHistory deprecation message to make the date is clear --- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 500ba523..3f64d536 100755 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -734,7 +734,7 @@ public class CordovaWebView extends WebView { { //Switch back to the old browser history and state the six month policy this.useBrowserHistory = false; - Log.w(TAG, "useBrowserHistory=false is deprecated. We will be removing this feature entirely in six months. Please use the browser history and use history.back()."); + Log.w(TAG, "useBrowserHistory=false is deprecated as of Cordova 2.2.0 and will be removed six months after the 2.2.0 release. Please use the browser history and use history.back()."); } if ("true".equals(this.getProperty("fullscreen", "false"))) {