We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150b4a9 commit 83840dcCopy full SHA for 83840dc
fluss-common/src/test/java/com/alibaba/fluss/security/auth/sasl/gssapi/GssapiSaslServerTest.java
@@ -44,8 +44,8 @@
44
* "GSSAPI".
45
*
46
* <p>This test verifies that when "GSSAPI" is specified as the mechanism, the factory delegates to
47
- * a {@link GssapiServerCallbackHandler} and correctly invokes {@link Sasl@createSaslServer} within
48
- * a privileged context.
+ * a {@link GssapiServerCallbackHandler} and correctly invokes Sasl@createSaslServer a privileged
+ * context.
49
*/
50
public class GssapiSaslServerTest {
51
String mechanism = "GSSAPI";
0 commit comments