ascherbakoff commented on code in PR #4700: URL: https://github.com/apache/ignite-3/pull/4700#discussion_r1848338106
########## modules/core/src/main/java/org/apache/ignite/internal/hlc/HybridClockImpl.java: ########## @@ -86,8 +74,8 @@ public long nowLong() { } @Override - public long currentLong() { - long current = currentTime(); Review Comment: The main goal of adding "final" is to allow behavior modification only by overloading physicalTime method (for test purposes) What does it mean: same code is used at least thrice ? which code ? -- 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