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 <[email protected]> Authored: Thu Sep 5 15:41:03 2013 -0700 Committer: Joe Bowser <[email protected]> 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.
