You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/09/06 07:13:13 UTC

[4/5] git commit: CB-4665: Deleted misplaced comment

CB-4665: Deleted misplaced comment


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/371cfc13
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/371cfc13
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/371cfc13

Branch: refs/heads/master
Commit: 371cfc13df0d9c885d595a3fbc2b578baa265e59
Parents: 995270e
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Sep 5 15:41:03 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Sep 5 15:41:03 2013 -0700

----------------------------------------------------------------------
 src/android/FileUtils.java | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/371cfc13/src/android/FileUtils.java
----------------------------------------------------------------------
diff --git a/src/android/FileUtils.java b/src/android/FileUtils.java
index 1c99c38..a42b9cc 100755
--- a/src/android/FileUtils.java
+++ b/src/android/FileUtils.java
@@ -913,11 +913,6 @@ public class FileUtils extends CordovaPlugin {
         return getEntry(new File(path));
     }
 
-
-    //--------------------------------------------------------------------------
-    // LOCAL METHODS
-    //--------------------------------------------------------------------------
-
     /**
      * Read the contents of a file.
      * This is done in a background thread; the result is sent to the callback.