You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2020/01/24 01:18:55 UTC

[cordova-plugin-media-capture] branch master updated: Small javadoc fix (#161)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media-capture.git


The following commit(s) were added to refs/heads/master by this push:
     new 0209965  Small javadoc fix (#161)
0209965 is described below

commit 0209965e504b8e2ac6603026bba94c8760d93242
Author: Christian Schuhmann <ch...@gmail.com>
AuthorDate: Fri Jan 24 02:18:47 2020 +0100

    Small javadoc fix (#161)
---
 src/android/Capture.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/android/Capture.java b/src/android/Capture.java
index 33c3413..317d0eb 100644
--- a/src/android/Capture.java
+++ b/src/android/Capture.java
@@ -185,7 +185,7 @@ public class Capture extends CordovaPlugin {
     /**
      * Get the Image specific attributes
      *
-     * @param filePath path to the file
+     * @param fileUrl url pointing to the file
      * @param obj represents the Media File Data
      * @return a JSONObject that represents the Media File Data
      * @throws JSONException


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org