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:
Norman Maurer 2018-12-07 20:45:26 +01:00
parent 10d7909013
commit 0cc13cb0d4

View File

@ -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