Simplify, less clutter.
This commit is contained in:
parent
bb76a6848b
commit
69d4bf883c
|
@ -1098,11 +1098,7 @@ public class BooleanUtils {
|
||||||
if (x == y) {
|
if (x == y) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (x) {
|
return x ? 1 : -1;
|
||||||
return 1;
|
|
||||||
} else {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue