Skip to content

Commit bd39a9a

Browse files
committed
Polish "Harmonize SslOptions#getCiphers and getEnabledProtocols Javadoc"
See gh-46756
1 parent 18e03db commit bd39a9a

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
* Configuration options that should be applied when establishing an SSL connection.
3131
*
3232
* @author Scott Frederick
33-
* @author Jeonghun Kang
3433
* @since 3.1.0
3534
* @see SslBundle#getOptions()
3635
*/
@@ -50,15 +49,15 @@ default boolean isSpecified() {
5049
}
5150

5251
/**
53-
* Return the ciphers that can be used or null. The cipher names in this set
52+
* Return the ciphers that can be used or {@code null}. The cipher names in this set
5453
* should be compatible with those supported by
5554
* {@link SSLEngine#getSupportedCipherSuites()}.
5655
* @return the ciphers that can be used or {@code null}
5756
*/
5857
String[] getCiphers();
5958

6059
/**
61-
* Return the protocols that should be enabled or null. The protocols names in
60+
* Return the protocols that should be enabled or {@code null}. The protocols names in
6261
* this set should be compatible with those supported by
6362
* {@link SSLEngine#getSupportedProtocols()}.
6463
* @return the protocols to enable or {@code null}

0 commit comments

Comments
 (0)