rpuch commented on code in PR #3124: URL: https://github.com/apache/ignite-3/pull/3124#discussion_r1473945072
########## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/AbstractChangeIndexStatusEntry.java: ########## @@ -43,7 +43,7 @@ abstract class AbstractChangeIndexStatusEntry implements UpdateEntry { } @Override - public Catalog applyUpdate(Catalog catalog, long causalityToken) { + public final Catalog applyUpdate(Catalog catalog, long causalityToken) { Review Comment: To make it explicit that `applyUpdate` is defined on this class and should not be overriden in the subclasses as this class is designed to implement `applyUpdate` itself (as it seems). -- 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