tkalkirill commented on code in PR #3325: URL: https://github.com/apache/ignite-3/pull/3325#discussion_r1510967636
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/message/SnapshotMetaResponse.java: ########## @@ -22,9 +22,7 @@ import org.apache.ignite.internal.table.distributed.TableMessageGroup; import org.apache.ignite.raft.jraft.entity.RaftOutter.SnapshotMeta; -/** - * Snapshot meta response message. - */ +/** Snapshot meta response message. */ Review Comment: The changes are less than 1000 lines, internally we agreed that the stylistic changes will be ok if the changes are less than 1000 lines, for me it looks more elegant. -- 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]
