Skip to content

Commit

Permalink
chore[util]: util tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Nov 28, 2023
1 parent 4ee0a78 commit 3ea92c3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
/**
* @author Boone Jack
*/
public class MathSafeUtil {
private MathSafeUtil() {
}
public abstract class MathSafeUtil {

public static int findNextPositivePowerOfTwo(int value) {
assert value > Integer.MIN_VALUE && value < IOUtils.BYTES_PER_MB;
Expand Down

0 comments on commit 3ea92c3

Please sign in to comment.