Skip to content

Commit 14a071b

Browse files
fix ArgumentCountValidationMode javadoc typo
Co-authored-by: Marc Philipp <[email protected]>
1 parent f87404f commit 14a071b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/ArgumentCountValidationMode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
@API(status = API.Status.EXPERIMENTAL, since = "5.12")
2828
public enum ArgumentCountValidationMode {
2929
/**
30-
* Use the default cleanup mode.
30+
* Use the default validation mode.
3131
*
32-
* <p>The default cleanup mode may be changed via the
32+
* <p>The default validation mode may be changed via the
3333
* {@value ParameterizedTestExtension#ARGUMENT_COUNT_VALIDATION_KEY} configuration parameter
3434
* (see the User Guide for details on configuration parameters).
3535
*/

0 commit comments

Comments
 (0)