mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-27 12:25:36 +00:00
Merge pull request #68 from harochen75/patch-2
fix:the le0 method parameter is incorrect
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