Polish Javadoc for MessagePostProcessor interfaces

See gh-25571
This commit is contained in:
Sam Brannen
2020-08-10 11:26:41 +02:00
parent 6a7e58ac82
commit bd65762582
2 changed files with 12 additions and 10 deletions

View File

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