Suppress deprecation warning from LettuceConnectionFactory

See gh-9538
pull/9544/head
Andy Wilkinson 8 years ago
parent 991314c63d
commit cbae31364f

@ -90,6 +90,7 @@ class LettuceConnectionConfiguration extends RedisConnectionConfiguration {
this.properties.getLettuce().getPool(), clientResources)));
}
@SuppressWarnings("deprecation")
private LettuceConnectionFactory applyProperties(
LettuceConnectionFactory connectionFactory) {
connectionFactory

Loading…
Cancel
Save