sanpwc commented on code in PR #5249:
URL: https://github.com/apache/ignite-3/pull/5249#discussion_r1969760468


##########
modules/table/src/testFixtures/java/org/apache/ignite/internal/table/impl/DummyInternalTableImpl.java:
##########
@@ -509,7 +508,7 @@ public void result(@Nullable Serializable r) {
         }
     }
 
-    private static @NotNull TimestampAwareReplicaResponse 
dummyTimestampAwareResponse(ReplicaResult r) {
+    private static TimestampAwareReplicaResponse 
dummyTimestampAwareResponse(ReplicaResult r) {

Review Comment:
   Could you please also remove `@NotNull`  in `private @NotNull Node 
getLeaseholderNodeForPartition`?



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