Skip to content

Commit 6b73657

Browse files
quaffmp911de
authored andcommitted
DATAREDIS-1225 - Fix typos in Javadoc.
RedisStandaloneConfiguration should be RedisSentinelConfiguration. Original pull request: #531.
1 parent 54a07d3 commit 6b73657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ public RedisSocketConfiguration getSocketConfiguration() {
872872
}
873873

874874
/**
875-
* @return the {@link RedisStandaloneConfiguration}, may be {@literal null}.
875+
* @return the {@link RedisSentinelConfiguration}, may be {@literal null}.
876876
* @since 2.0
877877
*/
878878
@Nullable

0 commit comments

Comments
 (0)