shishkovilja commented on code in PR #12264: URL: https://github.com/apache/ignite/pull/12264#discussion_r2269698194
########## modules/core/src/main/java/org/apache/ignite/internal/util/nio/GridNioFinishedFuture.java: ########## @@ -58,11 +58,6 @@ public GridNioFinishedFuture(Throwable err) { return true; } - /** {@inheritDoc} */ - @Override public void onAckReceived() { - // No-op. - } - /** {@inheritDoc} */ @Override public IgniteInClosure<IgniteException> ackClosure() { Review Comment: I suggest to perform complete refactoring in other task: [IGNITE-26186](https://issues.apache.org/jira/browse/IGNITE-26186) -- 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