rpuch commented on code in PR #4563:
URL: https://github.com/apache/ignite-3/pull/4563#discussion_r1800834319


##########
modules/core/src/main/java/org/apache/ignite/internal/hlc/HybridTimestamp.java:
##########
@@ -239,4 +249,11 @@ public HybridTimestamp roundUpToPhysicalTick() {
             return new HybridTimestamp(getPhysical() + 1, 0);
         }
     }
+
+    /**
+     * Returns a byte array representing this timestamp.
+     */

Review Comment:
   On all methods of the class there are multi-line javadocs, so it doesn't 
make sense to use single-line javadoc here



-- 
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

Reply via email to