Skip to content

Commit

Permalink
fix jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Sep 30, 2024
1 parent 261bf30 commit 2ca615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/clients/jedis/SslOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public Builder keystore(URL keystore) {
*
* @param keystore the keystore file, must not be {@code null}.
* @param keystorePassword
* @return {@code this
* @return {@code this}
*/
public Builder keystore(URL keystore, char[] keystorePassword) {

Expand Down

0 comments on commit 2ca615e

Please sign in to comment.