Tweak Javadoc wording of mergeArrays.

Closes #2558
This commit is contained in:
remeio
2023-04-17 12:57:32 +08:00
committed by Mark Paluch
parent b8c20ad61d
commit b05ab5c4c2

View File

@@ -93,7 +93,7 @@ public final class ByteUtils {
*
* @param firstArray must not be {@literal null}
* @param additionalArrays must not be {@literal null}
* @return
* @return the merged array.
*/
public static byte[][] mergeArrays(byte[] firstArray, byte[]... additionalArrays) {