javadoc of Authority.authorize() has wrong return type documentation
--------------------------------------------------------------------
Key: FTPSERVER-206
URL: https://issues.apache.org/jira/browse/FTPSERVER-206
Project: FtpServer
Issue Type: Bug
Components: Ftplets
Affects Versions: 1.0-M3
Reporter: Rocko
Priority: Minor
In org.apache.ftpserver.ftplet.Authority the javadoc of the authorize method
says
* @return True if the request is authorized, false otherwise If the request
* can not be authorized (as checked by
* [EMAIL PROTECTED] #canAuthorize(AuthorizationRequest)} by this
Authority,
* false is returned.
*/
But the return type is not boolean, but AuthorizationRequest.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.