8329959: Update DigestMD5Client.java - fix typo in javadoc string

Reviewed-by: weijun
This commit is contained in:
Artur Barashev 2024-09-05 15:34:26 +00:00 committed by Weijun Wang
parent 4ffcf894b5
commit 59c4649be3

@ -144,7 +144,7 @@ final class DigestMD5Client extends DigestMD5Base implements SaslClient {
* combined protocol and host being used for authentication.
* @param props The possibly null properties to be used by the SASL
* mechanism to configure the authentication exchange.
* @param cbh The non-null CallbackHanlder object for callbacks
* @param cbh The non-null CallbackHandler object for callbacks
* @throws SaslException if no authentication ID or password is supplied
*/
DigestMD5Client(String authzid, String protocol, String serverName,