From 1bc55f5937347395a50d4a7b16c32acbebaa1a7e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 14:55:27 -0400 Subject: [PATCH] Typo stray paren --- framework/src/org/apache/cordova/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/org/apache/cordova/FileUtils.java b/framework/src/org/apache/cordova/FileUtils.java index 626ddb74..1297f1ea 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")