Skip to content

Commit 6e292d0

Browse files
committed
Merge pull request #46756 from ganjisriver
* pr/46756: Polish "Harmonize SslOptions#getCiphers and getEnabledProtocols Javadoc" Harmonize SslOptions#getCiphers and getEnabledProtocols Javadoc Closes gh-46756
2 parents ab9b584 + bd39a9a commit 6e292d0

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ssl

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ssl/SslOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ default boolean isSpecified() {
4949
}
5050

5151
/**
52-
* Return the ciphers that can be used or an empty set. The cipher names in this set
52+
* Return the ciphers that can be used or {@code null}. The cipher names in this set
5353
* should be compatible with those supported by
5454
* {@link SSLEngine#getSupportedCipherSuites()}.
5555
* @return the ciphers that can be used or {@code null}
5656
*/
5757
String[] getCiphers();
5858

5959
/**
60-
* Return the protocols that should be enabled or an empty set. The protocols names in
60+
* Return the protocols that should be enabled or {@code null}. The protocols names in
6161
* this set should be compatible with those supported by
6262
* {@link SSLEngine#getSupportedProtocols()}.
6363
* @return the protocols to enable or {@code null}

0 commit comments

Comments
 (0)