src/java.base/share/conf/security/java.security
changeset 57759 22fa46d5dc2e
parent 57718 a93b7b28f644
child 58611 53ddf218eddd
--- a/src/java.base/share/conf/security/java.security	Thu Aug 15 09:06:42 2019 +0200
+++ b/src/java.base/share/conf/security/java.security	Thu Aug 15 15:39:43 2019 +0800
@@ -1170,8 +1170,9 @@
 # Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
 #
 # 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
-# of `Sasl.createClient` or the mechanism argument of `Sasl.createServer`.
+# These mechanisms will be ignored if they are specified in the "mechanisms"
+# 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 mechanisms are case-sensitive. Whitespaces around the commas are ignored.