You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/06/15 00:30:31 UTC

android commit: Fixed bad comment, it's all dying at the same time

Updated Branches:
  refs/heads/master b679672c0 -> d2a7d1806


Fixed bad comment, it's all dying at the same time


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/d2a7d180
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/d2a7d180
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/d2a7d180

Branch: refs/heads/master
Commit: d2a7d18067242e58d866e83e63ae2af1c6cff1b6
Parents: b679672
Author: Joe Bowser <bo...@apache.org>
Authored: Fri Jun 14 15:30:24 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Fri Jun 14 15:30:24 2013 -0700

----------------------------------------------------------------------
 framework/src/org/apache/cordova/CordovaActivity.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/d2a7d180/framework/src/org/apache/cordova/CordovaActivity.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java
index c9580fb..1b7ff5a 100755
--- a/framework/src/org/apache/cordova/CordovaActivity.java
+++ b/framework/src/org/apache/cordova/CordovaActivity.java
@@ -606,7 +606,7 @@ public class CordovaActivity extends Activity implements CordovaInterface {
      * @param value
      */
     public void setIntegerProperty(String name, int value) {
-        Log.d(TAG, "Setting integer properties in CordovaActivity will be deprecated in 3.1 on August 2013, please use config.xml");
+        Log.d(TAG, "Setting integer properties in CordovaActivity will be deprecated in 3.0 on July 2013, please use config.xml");
         this.getIntent().putExtra(name, value);
     }