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


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/io/PageIo.java:
##########
@@ -198,7 +198,7 @@ public static int getVersion(long pageAddr) {
      * @param pageAddr Page address.
      * @param ver Version.
      */
-    protected static void setVersion(long pageAddr, int ver) {
+    public static void setVersion(long pageAddr, int ver) {

Review Comment:
   I'll try to return the visibility to the methods.



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