We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c20ad commit b05ab5cCopy full SHA for b05ab5c
src/main/java/org/springframework/data/redis/util/ByteUtils.java
@@ -93,7 +93,7 @@ public static byte[] concatAll(byte[]... arrays) {
93
*
94
* @param firstArray must not be {@literal null}
95
* @param additionalArrays must not be {@literal null}
96
- * @return
+ * @return the merged array.
97
*/
98
public static byte[][] mergeArrays(byte[] firstArray, byte[]... additionalArrays) {
99
0 commit comments