This is an automated email from the ASF dual-hosted git repository.

dajac pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new be60fe5  MINOR: Fix malformed html in javadoc of `ScramMechanism` 
(#11625)
be60fe5 is described below

commit be60fe56cc1b68244c1f46a77678275a54e05668
Author: David Jacot <[email protected]>
AuthorDate: Thu Dec 23 21:15:24 2021 +0100

    MINOR: Fix malformed html in javadoc of `ScramMechanism` (#11625)
    
    Reviewers: Luke Chen <[email protected]>, Guozhang Wang <[email protected]>
---
 .../src/main/java/org/apache/kafka/clients/admin/ScramMechanism.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/clients/admin/ScramMechanism.java 
b/clients/src/main/java/org/apache/kafka/clients/admin/ScramMechanism.java
index 9869bc7..95ad18c 100644
--- a/clients/src/main/java/org/apache/kafka/clients/admin/ScramMechanism.java
+++ b/clients/src/main/java/org/apache/kafka/clients/admin/ScramMechanism.java
@@ -49,7 +49,7 @@ public enum ScramMechanism {
      *
      * @param mechanismName the SASL SCRAM mechanism name
      * @return the corresponding SASL SCRAM mechanism enum, otherwise {@link 
#UNKNOWN}
-     * @see <a href="https://tools.ietf.org/html/rfc5802#section-4>
+     * @see <a href="https://tools.ietf.org/html/rfc5802#section-4";>
      *     Salted Challenge Response Authentication Mechanism (SCRAM) SASL and 
GSS-API Mechanisms, Section 4</a>
      */
     public static ScramMechanism fromMechanismName(String mechanismName) {
@@ -62,7 +62,7 @@ public enum ScramMechanism {
     /**
      *
      * @return the corresponding SASL SCRAM mechanism name
-     * @see <a href="https://tools.ietf.org/html/rfc5802#section-4>
+     * @see <a href="https://tools.ietf.org/html/rfc5802#section-4";>
      *     Salted Challenge Response Authentication Mechanism (SCRAM) SASL and 
GSS-API Mechanisms, Section 4</a>
      */
     public String mechanismName() {

Reply via email to