Looks good to me. Xuelei
> On Aug 14, 2019, at 7:21 PM, Weijun Wang <weijun.w...@oracle.com> wrote: > > Bug is at https://bugs.openjdk.java.net/browse/JDK-8229767. > > Please review the patch below: > > diff --git a/src/java.base/share/conf/security/java.security > b/src/java.base/share/conf/security/java.security > --- a/src/java.base/share/conf/security/java.security > +++ b/src/java.base/share/conf/security/java.security > @@ -1166,7 +1166,7 @@ > # > # 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`. > +# 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. > > Thanks, > Max >