Polish since date on new SslStoreProvider API

See gh-31253
This commit is contained in:
Andy Wilkinson 2022-06-26 08:18:21 +01:00
parent 71526bf44f
commit 2f01739e0d
1 changed files with 1 additions and 1 deletions

View File

@ -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;