[ 
https://issues.apache.org/jira/browse/CB-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Max Woghiren resolved CB-4410.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.0.0)
                   3.1.0

Committed 
[here|https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=810df61049bdb326d8d22d1b0e0e9ce0dfb3d2cc].
  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

Reply via email to