sanpwc commented on code in PR #6642:
URL: https://github.com/apache/ignite-3/pull/6642#discussion_r2378564234
##########
modules/client/src/test/java/org/apache/ignite/client/fakes/FakeIgnite.java:
##########
@@ -67,6 +67,17 @@ public FakeIgnite() {
* @param name Name.
*/
public FakeIgnite(String name) {
+ this(name, new HybridClockImpl());
+ }
+
+ /**
+ * Creates a new instance of {@link FakeIgnite} with the given {@code
name} and custom {@code clock}.
+ *
+ * @param name Name.
Review Comment:
clock param is missing. Or we may remove name Name.
--
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]