Checkstyle changes
* Upgrade to Checkstyle 9.0 * apply some JavaDocs rules * Fix JavaDocs rules violations * Some other minor clean up in the affected classes
This commit is contained in:
@@ -150,8 +150,8 @@ public class RedisStoreWritingMessageHandler extends AbstractMessageHandler {
|
||||
* {@link #setKey(String)} method instead of this one (they are mutually exclusive).
|
||||
* If neither setter is called, the default expression will be 'headers.{@link RedisHeaders#KEY}'.
|
||||
* @param keyExpression The key expression.
|
||||
* @see #setKey(String)
|
||||
* @since 5.0
|
||||
* @see #setKey(String)
|
||||
*/
|
||||
public void setKeyExpressionString(String keyExpression) {
|
||||
Assert.hasText(keyExpression, "'keyExpression' must not be empty");
|
||||
|
||||
Reference in New Issue
Block a user