8229767: Typo in java.security: Sasl.createClient and Sasl.createServer

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2019-08-15 15:39:43 +08:00
parent 57dbffe53f
commit ca919052e9

View file

@ -1170,8 +1170,9 @@ jceks.key.serialFilter = java.base/java.lang.Enum;java.base/java.security.KeyRep
# Disabled mechanisms for the Simple Authentication and Security Layer (SASL) # Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
# #
# Disabled mechanisms will not be negotiated by both SASL clients and servers. # Disabled mechanisms will not be negotiated by both SASL clients and servers.
# These mechanisms will be ignored if they are specified in the mechanisms argument # These mechanisms will be ignored if they are specified in the "mechanisms"
# of `Sasl.createClient` or the mechanism argument of `Sasl.createServer`. # argument of "Sasl.createSaslClient" or the "mechanism" argument of
# "Sasl.createSaslServer".
# #
# The value of this property is a comma-separated list of SASL mechanisms. # The value of this property is a comma-separated list of SASL mechanisms.
# The mechanisms are case-sensitive. Whitespaces around the commas are ignored. # The mechanisms are case-sensitive. Whitespaces around the commas are ignored.