File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/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 @@ -51,15 +51,15 @@ default boolean isSpecified() {
51
51
}
52
52
53
53
/**
54
- * Return the ciphers that can be used or an empty set . The cipher names in this set
54
+ * Return the ciphers that can be used or {@code null} . The cipher names in this set
55
55
* should be compatible with those supported by
56
56
* {@link SSLEngine#getSupportedCipherSuites()}.
57
57
* @return the ciphers that can be used or {@code null}
58
58
*/
59
59
String @ Nullable [] getCiphers ();
60
60
61
61
/**
62
- * Return the protocols that should be enabled or an empty set . The protocols names in
62
+ * Return the protocols that should be enabled or {@code null} . The protocols names in
63
63
* this set should be compatible with those supported by
64
64
* {@link SSLEngine#getSupportedProtocols()}.
65
65
* @return the protocols to enable or {@code null}
You can’t perform that action at this time.
0 commit comments