Changed Dependency to more appropriate class

This commit is contained in:
nathan 2016-03-07 03:00:58 +01:00
parent aa72b39593
commit d040608763

View File

@ -47,7 +47,7 @@ class OptimizeUtilsByteArray {
*/ */
public static public static
int intLength(int value, boolean optimizePositive) { int intLength(int value, boolean optimizePositive) {
return ByteBuffer2.intLength(value, optimizePositive); return OptimizeUtilsByteBuf.intLength(value, optimizePositive);
} }
// int // int