Typo stray paren
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/1bc55f59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/1bc55f59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/1bc55f59 Branch: refs/heads/master Commit: 1bc55f5937347395a50d4a7b16c32acbebaa1a7e Parents: 04c9542 Author: Josh Soref <jso...@rim.com> Authored: Mon Sep 10 14:55:27 2012 -0400 Committer: Simon MacDonald <simon.macdon...@gmail.com> Committed: Mon Sep 17 22:09:51 2012 -0400 ---------------------------------------------------------------------- framework/src/org/apache/cordova/FileUtils.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/1bc55f59/framework/src/org/apache/cordova/FileUtils.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/FileUtils.java b/framework/src/org/apache/cordova/FileUtils.java index 626ddb7..1297f1e 100755 --- a/framework/src/org/apache/cordova/FileUtils.java +++ b/framework/src/org/apache/cordova/FileUtils.java @@ -1040,7 +1040,7 @@ public class FileUtils extends Plugin { * Queries the media store to find out what the file path is for the Uri we supply * * @param contentUri the Uri of the audio/image/video - * @param cordova) the current application context + * @param cordova the current application context * @return the full path to the file */ @SuppressWarnings("deprecation")