修复murmur3_32实现错误

This commit is contained in:
Looly
2022-09-20 17:03:42 +08:00
parent 0c6ea1b3e8
commit 11f52ffc4f
3 changed files with 134 additions and 99 deletions

View File

@@ -4,7 +4,7 @@ import cn.hutool.core.util.StrUtil;
import org.junit.Assert;
import org.junit.Test;
public class MurMurHashTest {
public class MurmurHashTest {
@Test
public void hash32Test() {