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 30
30
* Configuration options that should be applied when establishing an SSL connection.
31
31
*
32
32
* @author Scott Frederick
33
- * @author Jeonghun Kang
34
33
* @since 3.1.0
35
34
* @see SslBundle#getOptions()
36
35
*/
@@ -50,15 +49,15 @@ default boolean isSpecified() {
50
49
}
51
50
52
51
/**
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
54
53
* should be compatible with those supported by
55
54
* {@link SSLEngine#getSupportedCipherSuites()}.
56
55
* @return the ciphers that can be used or {@code null}
57
56
*/
58
57
String [] getCiphers ();
59
58
60
59
/**
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
62
61
* this set should be compatible with those supported by
63
62
* {@link SSLEngine#getSupportedProtocols()}.
64
63
* @return the protocols to enable or {@code null}
You can’t perform that action at this time.
0 commit comments