Skip to content

Commit 103fa3c

Browse files
Pochatkinvalepakh
andauthored
Update modules/core/src/testFixtures/java/org/apache/ignite/internal/testframework/IgniteTestUtils.java
Co-authored-by: Vadim Pakhnushev <[email protected]>
1 parent 8c3f4da commit 103fa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/testFixtures/java/org/apache/ignite/internal/testframework/IgniteTestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public static boolean hasCause(
428428
* @param t Throwable to check.
429429
* @param cls Cause classes to check.
430430
* @param msg Message text that should be in cause (if {@code null}, message won't be checked).
431-
* @return reference to the cause error if found, otherwise returns {@code null}.27
431+
* @return reference to the cause error if found, otherwise returns {@code null}.
432432
*/
433433
public static <T extends Throwable> @Nullable T cause(
434434
Throwable t,

0 commit comments

Comments
 (0)