sashapolo commented on code in PR #4462:
URL: https://github.com/apache/ignite-3/pull/4462#discussion_r1778036658


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/ReplaceCandidate.java:
##########
@@ -29,13 +29,13 @@
  */
 public class ReplaceCandidate {
     /** Partition generation saved in map, too old value means page may be 
safely cleared. */
-    private int gen;
+    private final int gen;

Review Comment:
   I didn't remove `final`, I added it



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