tkalkirill commented on code in PR #1833:
URL: https://github.com/apache/ignite-3/pull/1833#discussion_r1145792289


##########
modules/core/src/testFixtures/java/org/apache/ignite/internal/testframework/matchers/CompletableFutureMatcher.java:
##########
@@ -53,15 +53,18 @@
      * Class of throwable that should be the cause of fail if the future 
should fail. If {@code null}, the future should be completed
      * successfully.
      */
-    private final Class<? extends Throwable> causeOfFail;
+    private final @Nullable Class<? extends Throwable> causeOfFail;
+
+    /** Fragment that must be a substring of a error message (if {@code null}, 
message won't be checked). */

Review Comment:
   Fix it



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

Reply via email to