[
https://issues.apache.org/jira/browse/CB-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723990#comment-13723990
]
Sharif Ahmed edited comment on CB-4410 at 7/30/13 4:01 PM:
-----------------------------------------------------------
Pull request closed, Thanks :)
was (Author: sharifahmed):
Pull request close, Thanks :)
> @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.1.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