Skip to content

Commit b05ab5c

Browse files
remeiomp911de
authored andcommitted
Tweak Javadoc wording of mergeArrays.
Closes #2558
1 parent b8c20ad commit b05ab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/redis/util/ByteUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static byte[] concatAll(byte[]... arrays) {
9393
*
9494
* @param firstArray must not be {@literal null}
9595
* @param additionalArrays must not be {@literal null}
96-
* @return
96+
* @return the merged array.
9797
*/
9898
public static byte[][] mergeArrays(byte[] firstArray, byte[]... additionalArrays) {
9999

0 commit comments

Comments
 (0)