mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
fix code
This commit is contained in:
@@ -26,7 +26,7 @@ import javax.security.sasl.SaslServer;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 解简单认证和安全层(SASL)工具类
|
||||
* 简单认证和安全层(SASL)工具类
|
||||
*
|
||||
* @author Looly
|
||||
* @since 6.0.0
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* 解简单认证和安全层(SASL)封装,一般用于保证通信安全
|
||||
* 简单认证和安全层(SASL)封装,一般用于保证通信安全
|
||||
*/
|
||||
package cn.hutool.v7.crypto.sasl;
|
||||
|
||||
Reference in New Issue
Block a user