w3ll1ngt commented on code in PR #12436:
URL: https://github.com/apache/ignite/pull/12436#discussion_r2469057526


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicAbstractUpdateRequest.java:
##########
@@ -580,14 +644,11 @@ final boolean isFlag(int mask) {
                 reader.incrementState();
 
             case 8:
-                byte syncModeOrd;
-
-                syncModeOrd = reader.readByte();
+                syncModeMsg = reader.readMessage();
 
-                if (!reader.isLastRead())
+                if (!reader.isLastRead()) {

Review Comment:
   Thanks. Just realized that i've forgot to install ignite style guide plugin



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