mirror of https://github.com/apache/cassandra
nit, removing unnecessary brackets.
This commit is contained in:
parent
b9ebbfb268
commit
f429810c8f
|
|
@ -285,9 +285,7 @@ public class FastByteOperations
|
||||||
srcOffset = BYTE_ARRAY_BASE_OFFSET;
|
srcOffset = BYTE_ARRAY_BASE_OFFSET;
|
||||||
|
|
||||||
if (src == null)
|
if (src == null)
|
||||||
{
|
|
||||||
throw new IllegalArgumentException("Unsupported ByteBuffer type: No backing array and not direct.");
|
throw new IllegalArgumentException("Unsupported ByteBuffer type: No backing array and not direct.");
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// Direct ByteBuffer
|
// Direct ByteBuffer
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue