添加说明文档
This commit is contained in:
parent
a1770b41b8
commit
a19effccab
@ -1,5 +1,6 @@
|
||||
package test;
|
||||
|
||||
import cn.hutool.core.collection.ListUtil;
|
||||
import com.google.common.collect.Lists;
|
||||
import com.sunyard.sge.database.*;
|
||||
import org.junit.Assert;
|
||||
@ -41,7 +42,7 @@ public class EncryptAndMac {
|
||||
|
||||
|
||||
// 批量短数据
|
||||
List<byte[]>data2 = Lists.newArrayList(
|
||||
List<byte[]>data2 = Arrays.asList(
|
||||
new byte[8],
|
||||
new byte[500],
|
||||
new byte[512]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user