nit, removing unnecessary brackets.

This commit is contained in:
Sunil Ramchandra Pawar 2025-03-27 23:51:01 +05:30
parent b9ebbfb268
commit f429810c8f
1 changed files with 0 additions and 2 deletions

View File

@ -285,9 +285,7 @@ public class FastByteOperations
srcOffset = BYTE_ARRAY_BASE_OFFSET;
if (src == null)
{
throw new IllegalArgumentException("Unsupported ByteBuffer type: No backing array and not direct.");
}
}
// Direct ByteBuffer
else