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


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxHandler.java:
##########
@@ -133,8 +136,11 @@
  * Isolated logic to process cache messages.
  */
 public class IgniteTxHandler {
+    /** */
+    private static final int TX_MSG_HND_ID = 0;
+
     /** Logger. */
-    private IgniteLogger log;
+    private final IgniteLogger log;

Review Comment:
   Please, revert unnecessary changes.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to