Skip to content

Commit 248b624

Browse files
quaffmp911de
authored andcommitted
DATAREDIS-1225 - Fix typos in Javadoc.
RedisStandaloneConfiguration should be RedisSentinelConfiguration. Original pull request: #531.
1 parent 19ebb73 commit 248b624

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
@@ -899,7 +899,7 @@ public RedisSocketConfiguration getSocketConfiguration() {
899899
}
900900

901901
/**
902-
* @return the {@link RedisStandaloneConfiguration}, may be {@literal null}.
902+
* @return the {@link RedisSentinelConfiguration}, may be {@literal null}.
903903
* @since 2.0
904904
*/
905905
@Nullable

0 commit comments

Comments
 (0)