Typo stray paren

This commit is contained in:
Josh Soref 2012-09-10 14:55:27 -04:00 committed by Simon MacDonald
parent 04c9542f94
commit 1bc55f5937

View File

@ -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 * 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 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 * @return the full path to the file
*/ */
@SuppressWarnings("deprecation") @SuppressWarnings("deprecation")