timoninmaxim commented on code in PR #12024:
URL: https://github.com/apache/ignite/pull/12024#discussion_r2055685706


##########
modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryReaderHandlesHolder.java:
##########
@@ -21,6 +21,15 @@
  * Holder for handles.
  */
 interface BinaryReaderHandlesHolder {
+    /**
+     * Set handle.
+     *
+     * @param obj Object.
+     */
+    public default void setHandle(Object obj) {

Review Comment:
   Default implementation used only in single class - 
BinaryReaderHandlesHolderImpl. Let's move this exception to this class



-- 
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