Polish Javadoc for MessagePostProcessor interfaces
See gh-25571
This commit is contained in:
@@ -34,8 +34,8 @@ public interface MessagePostProcessor {
|
||||
/**
|
||||
* Process the given message.
|
||||
* @param message the message to process
|
||||
* @return a post-processed variant of the message,
|
||||
* or simply the incoming message; never {@code null}
|
||||
* @return a post-processed variant of the message, or simply the incoming
|
||||
* message; never {@code null}
|
||||
*/
|
||||
Message<?> postProcessMessage(Message<?> message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user