DATAREDIS-1225 - Fix typos in Javadoc.

RedisStandaloneConfiguration should be RedisSentinelConfiguration.

Original pull request: #531.
This commit is contained in:
Yanming Zhou
2020-05-18 16:17:34 +08:00
committed by Mark Paluch
parent 19ebb73051
commit 248b62430e

View File

@@ -899,7 +899,7 @@ public class LettuceConnectionFactory
}
/**
* @return the {@link RedisStandaloneConfiguration}, may be {@literal null}.
* @return the {@link RedisSentinelConfiguration}, may be {@literal null}.
* @since 2.0
*/
@Nullable