use the available ZERO_BYTE_ARRAY
This commit is contained in:
parent
9ab5c21fdd
commit
3a8258a07e
|
@ -269,7 +269,7 @@ public class ByteUtil {
|
|||
final int firstNonZero = firstNonZeroByte(data);
|
||||
switch (firstNonZero) {
|
||||
case -1:
|
||||
return new byte[0];
|
||||
return ZERO_BYTE_ARRAY;
|
||||
|
||||
case 0:
|
||||
return data;
|
||||
|
|
Loading…
Reference in New Issue