sanpwc commented on code in PR #6206: URL: https://github.com/apache/ignite-3/pull/6206#discussion_r2205046658
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/ReadOnlyTransactionImpl.java: ########## @@ -135,7 +136,12 @@ public CompletableFuture<Void> rollbackTimeoutExceededAsync() { } @Override - public CompletableFuture<Void> finish(boolean commit, HybridTimestamp executionTimestamp, boolean full, boolean timeoutExceeded) { + public CompletableFuture<Void> finish( + boolean commit, + @Nullable HybridTimestamp executionTimestamp, Review Comment: BTW, I like one at a line more. Up to you. -- 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