mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Polish since date on new SslStoreProvider API
See gh-31253
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user