tkalkirill commented on code in PR #1506:
URL: https://github.com/apache/ignite-3/pull/1506#discussion_r1072328103


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/PersistentPageMemoryTableStorage.java:
##########
@@ -210,7 +177,8 @@ private FilePageStore 
ensurePartitionFilePageStore(TableView tableView, GroupPar
     /**
      * Returns id of the last started checkpoint, or {@code null} if no 
checkpoints were started yet.
      */
-    public @Nullable UUID lastCheckpointId() {
+    @Nullable
+    private UUID lastCheckpointId() {

Review Comment:
   Fix 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