Fix recent javadoc errors
Issue: SPR-17174
This commit is contained in:
@@ -34,7 +34,8 @@ import org.springframework.messaging.Message;
|
||||
public interface ReactorNettyCodec<P> {
|
||||
|
||||
/**
|
||||
* Decode the input {@link ByteBuf} into one or more {@link Message ByteBuf} into one or more {@link Messages}.
|
||||
* Decode the input {@link ByteBuf} into one or more {@link Message ByteBuf}
|
||||
* into one or more {@link Message} objects.
|
||||
* @param inputBuffer the input buffer to decode from
|
||||
* @return 0 or more decoded messages
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user