File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ssl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ default boolean isSpecified() {
49
49
}
50
50
51
51
/**
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
53
53
* should be compatible with those supported by
54
54
* {@link SSLEngine#getSupportedCipherSuites()}.
55
55
* @return the ciphers that can be used or {@code null}
56
56
*/
57
57
String [] getCiphers ();
58
58
59
59
/**
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
61
61
* this set should be compatible with those supported by
62
62
* {@link SSLEngine#getSupportedProtocols()}.
63
63
* @return the protocols to enable or {@code null}
You can’t perform that action at this time.
0 commit comments