Skip to content

Commit

Permalink
Polish since date on new SslStoreProvider API
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jun 26, 2022
1 parent 71526bf commit 2f01739
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ public interface SslStoreProvider {
/**
* Return the password of the private key in the key store.
* @return the key password
* @since 2.7.1
* @since 2.7.2
*/
default String getKeyPassword() {
return null;
Expand Down

0 comments on commit 2f01739

Please sign in to comment.