[ 
https://issues.apache.org/jira/browse/CB-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723953#comment-13723953
 ] 

ASF subversion and git services commented on CB-4410:
-----------------------------------------------------

Commit 810df61049bdb326d8d22d1b0e0e9ce0dfb3d2cc in branch refs/heads/master 
from [~sharifahmed]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=810df61 ]

[CB-4410] Fixed @param mismatching

                
> @param do not match with method parameters
> ------------------------------------------
>
>                 Key: CB-4410
>                 URL: https://issues.apache.org/jira/browse/CB-4410
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.0.0
>            Reporter: Sharif Ahmed
>            Assignee: Sharif Ahmed
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> In the following files few @param do not match with their method parameters.
> CordovaWebView:
> //@param message
> sendJavascript(String statement)
> //@param message
> sendPluginResult(PluginResult result, String callbackId)
> CordovaActivity:
> //@param message
> sendJavascript(String statement)
> CallbackContext:
> //@param message
> success()
> //@param message      
> //@param callbackId
> error(String message)
> //@param message      
> //@param callbackId
> error(int message)
> CordovaPlugin:
> //@param requestCode
> //@param resultCode
> //@param data
> onActivityResult(int requestCode, int resultCode, Intent intent)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to