mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix bug
This commit is contained in:
@@ -38,7 +38,6 @@ public class CheckedUtilTest {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("ConstantConditions")
|
||||
@Test
|
||||
public void functionTest() {
|
||||
Func1<String, String> afunc = (funcParam) -> {
|
||||
|
Reference in New Issue
Block a user