This commit is contained in:
Mark Fisher
2012-08-31 09:54:10 -04:00
parent 7507401dea
commit bcdc0c15aa

View File

@@ -245,7 +245,7 @@ public class RedisCollectionPopulatingMessageHandler extends AbstractMessageHand
String key = this.keyExpression.getValue(this.evaluationContext, message, String.class);
Assert.hasText(key, "Can not determine a 'key' for a Redis store. The key can be provided via the " +
"'key' or 'key-expression' atributes.");
"'key' or 'key-expression' attributes.");
RedisStore store = this.createStoreView(key);