You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/04/24 23:00:49 UTC

git commit: CB-6513 - Statusbar plugin for Android is not compiling

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/dev b2e42925e -> 0b0e9d8fc


CB-6513 - Statusbar plugin for Android is not compiling

Signed-off-by: Shazron Abdullah <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/0b0e9d8f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/0b0e9d8f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/0b0e9d8f

Branch: refs/heads/dev
Commit: 0b0e9d8fc5bbc36a0bfffa5ff5c4e3580116784d
Parents: b2e4292
Author: Darryl Pogue <da...@dpogue.ca>
Authored: Thu Apr 24 12:53:54 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Apr 24 14:00:06 2014 -0700

----------------------------------------------------------------------
 src/android/StatusBar.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/0b0e9d8f/src/android/StatusBar.java
----------------------------------------------------------------------
diff --git a/src/android/StatusBar.java b/src/android/StatusBar.java
index e3182a1..17152ec 100644
--- a/src/android/StatusBar.java
+++ b/src/android/StatusBar.java
@@ -29,6 +29,7 @@ import org.apache.cordova.CordovaArgs;
 import org.apache.cordova.CordovaInterface;
 import org.apache.cordova.CordovaPlugin;
 import org.apache.cordova.CordovaWebView;
+import org.apache.cordova.PluginResult;
 import org.json.JSONException;
 
 public class StatusBar extends CordovaPlugin {