Skip to content

Commit e12e65c

Browse files
committed
Fixup wrong documentation link.
1 parent fddd6b9 commit e12e65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/extension/PreInterruptContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* {@code PreInterruptContext} encapsulates the <em>context</em> in which an
19-
* {@link PreInterruptCallback#beforeThreadInterrupt(PreInterruptContext) beforeThreadInterrupt} method is called.
19+
* {@link PreInterruptCallback#beforeThreadInterrupt(PreInterruptContext, ExtensionContext) beforeThreadInterrupt} method is called.
2020
*
2121
* @since 5.12
2222
* @see PreInterruptCallback

0 commit comments

Comments
 (0)