Skip to content

Commit 0082a8a

Browse files
committed
Merge remote-tracking branch 'origin/IGNITE-27200' into IGNITE-27200
2 parents 7605b22 + 103fa3c commit 0082a8a

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)