pull/11885/head
Andy Wilkinson 7 years ago
parent 10af629ec5
commit 8a123d3289

@ -45,7 +45,7 @@ public class RedisHealthIndicator extends AbstractHealthIndicator {
private final RedisConnectionFactory redisConnectionFactory;
public RedisHealthIndicator(RedisConnectionFactory connectionFactory) {
super("Reddis health check failed");
super("Redis health check failed");
Assert.notNull(connectionFactory, "ConnectionFactory must not be null");
this.redisConnectionFactory = connectionFactory;
}

Loading…
Cancel
Save