ibessonov commented on code in PR #2958:
URL: https://github.com/apache/ignite-3/pull/2958#discussion_r1427914378
##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/command/SafeTimePropagatingCommand.java:
##########
@@ -46,4 +46,11 @@ default void safeTimeLong(long safeTime) {
default HybridTimestamp safeTime() {
return hybridTimestamp(safeTimeLong());
}
+
+ /**
+ * Public clone version that is implemented in generated *Impl class.
+ */
+ default Object clone() throws CloneNotSupportedException {
Review Comment:
Sorry, after re-reading your last message, I say "yes", I assumed the same
implementation that you provided
--
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]