wernerdv commented on code in PR #12411:
URL: https://github.com/apache/ignite/pull/12411#discussion_r2443899504


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicUpdateResponse.java:
##########
@@ -88,6 +87,27 @@ public long futureId() {
         return futId;
     }
 
+    /**
+     * @param futId New future version.
+     */
+    public void futureId(long futId) {
+        this.futId = futId;
+    }
+
+    /**
+     * @return Errors.
+     */
+    public UpdateErrors errors() {
+        return errs;
+    }
+
+    /**
+     * @param errs Errs.

Review Comment:
   `Errs` ->`Errors`



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