Fix typo in MessageToMessageDecoder api docs. (#8638)
Motivation: We had some typo (most likely caused by copy-and-paste) in the api docs which should be fixed. Modifications: Replace encoder by decoder word. Result: Correct apidocs.
This commit is contained in:
parent
a564b70d51
commit
36c12a4c55
@ -107,7 +107,7 @@ public abstract class MessageToMessageDecoder<I> extends ChannelInboundHandlerAd
|
||||
|
||||
/**
|
||||
* Decode from one message to an other. This method will be called for each written message that can be handled
|
||||
* by this encoder.
|
||||
* by this decoder.
|
||||
*
|
||||
* @param ctx the {@link ChannelHandlerContext} which this {@link MessageToMessageDecoder} belongs to
|
||||
* @param msg the message to decode to an other one
|
||||
|
Loading…
Reference in New Issue
Block a user