File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ssl Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments