mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-06-05 02:22:12 +00:00
fix:the le0 method parameter is incorrect
le0方法参数原来为1,应该为0.
This commit is contained in:
@@ -91,7 +91,7 @@ public abstract class AssertionUtils {
|
||||
}
|
||||
|
||||
public static void le0(long x) {
|
||||
le(x, 1);
|
||||
le(x, 0);
|
||||
}
|
||||
|
||||
public static void le1(long x) {
|
||||
|
||||
Reference in New Issue
Block a user