mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
8f0f3354e3
commit
b8bfce490b
@ -10,7 +10,7 @@ import java.io.Serializable;
|
||||
* XXTEA(Corrected Block Tiny Encryption Algorithm)算法实现<br>
|
||||
* 来自:https://github.com/xxtea/xxtea-java
|
||||
*
|
||||
* @author Ma Bingyao <mabingyao@gmail.com>
|
||||
* @author Ma Bingyao
|
||||
*/
|
||||
public class XXTEA implements SymmetricEncryptor, SymmetricDecryptor, Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
Loading…
Reference in New Issue
Block a user