Description
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
- {@link #canAuthorize(AuthorizationRequest)}
by this Authority,
- false is returned.
*/
But the return type is not boolean, but AuthorizationRequest.