Skip to content

Commit 0c40f5e

Browse files
committed
Polish Javadoc
1 parent 7d54016 commit 0c40f5e

File tree

1 file changed

+1
-1
lines changed
  • junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider

1 file changed

+1
-1
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/EnumSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.junit.platform.commons.util.Preconditions;
3030

3131
/**
32-
* {@code @EnumSource} is an {@link ArgumentsSource} for constants of a
32+
* {@code @EnumSource} is an {@link ArgumentsSource} for constants of
3333
* an {@link Enum}.
3434
*
3535
* <p>The enum constants will be provided as arguments to the annotated

0 commit comments

Comments
 (0)