Skip to content

Commit 214faa6

Browse files
committed
Fix javadoc
1 parent 5cdc449 commit 214faa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/redis/clients/jedis/RedisSentinelClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* .masterName("mymaster").build();
2424
* </pre>
2525
* <p>
26-
* <b>Relationship to {@code JedisSentineled}:</b>
26+
* <b>Relationship to {@code JedisSentineled}:</b></p>
2727
* <ul>
2828
* <li>{@code RedisSentinelClient} is the recommended replacement for the deprecated
2929
* {@code JedisSentineled} class.</li>
@@ -32,7 +32,6 @@
3232
* <li>Use {@code RedisSentinelClient} for new codebases and when migrating from
3333
* {@code JedisSentineled}.</li>
3434
* </ul>
35-
* </p>
3635
*/
3736
public class RedisSentinelClient extends UnifiedJedis {
3837
private RedisSentinelClient(CommandExecutor commandExecutor,

0 commit comments

Comments
 (0)