nizhikov commented on code in PR #12266:
URL: https://github.com/apache/ignite/pull/12266#discussion_r2273720306


##########
modules/unsafe/src/main/java/org/apache/ignite/internal/util/GridUnsafe.java:
##########
@@ -1573,6 +1573,22 @@ public static long align(long size) {
         return (size + (OBJ_ALIGN - 1L)) & (-OBJ_ALIGN);
     }
 
+    /**
+     * @param src Buffer to copy from (length included).
+     * @param off Offset in source buffer.
+     * @param resBuf Result buffer.
+     * @param resOff Result offset.
+     * @param len Length.
+     * @return Number of bytes overwritten in {@code bytes} array.

Review Comment:
   Rework to void function.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to