Suppress deprecation warning from LettuceConnectionFactory

See gh-9538
This commit is contained in:
Andy Wilkinson 2017-06-16 09:21:59 +01:00
parent 991314c63d
commit cbae31364f
1 changed files with 1 additions and 0 deletions

View File

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