ivanzlenko commented on code in PR #6357: URL: https://github.com/apache/ignite-3/pull/6357#discussion_r2269775690
########## modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/mv/io/BlobFragmentIo.java: ########## @@ -40,7 +40,7 @@ * </ul> */ public class BlobFragmentIo extends PageIo { - private static final int NEXT_PAGE_ID_OFF = PageIo.COMMON_HEADER_END; + private static final int NEXT_PAGE_ID_OFF = COMMON_HEADER_END; Review Comment: It is a rule violation. -- 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