Fix JavaDoc of RuleBasedIpFilter (#10521)
Motivation: `RuleBasedIpFilter` had JavaDoc `{@link #channelRejected(ChannelHandlerContext, SocketAddress)}` instead of `{@link AbstractRemoteAddressFilter#channelRejected(ChannelHandlerContext, SocketAddress)}`. Modification: Added `AbstractRemoteAddressFilter` reference. Result: Fixed JavaDoc error and made documentation more clear.
This commit is contained in:
parent
0fd525f859
commit
890c261759
@ -30,7 +30,7 @@ import java.net.SocketAddress;
|
||||
* will be accepted.
|
||||
*
|
||||
* If you would like to explicitly take action on rejected {@link Channel}s, you should override
|
||||
* {@link #channelRejected(ChannelHandlerContext, SocketAddress)}.
|
||||
* {@link AbstractRemoteAddressFilter#channelRejected(ChannelHandlerContext, SocketAddress)}.
|
||||
*/
|
||||
@Sharable
|
||||
public class RuleBasedIpFilter extends AbstractRemoteAddressFilter<InetSocketAddress> {
|
||||
|
Loading…
Reference in New Issue
Block a user