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 73b7a63f1c
commit 565f83c627

View File

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