Skip to content

Commit

Permalink
Replace twice-used 'support' with 'allow'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 8, 2024
1 parent 0f27653 commit adc203f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ JUnit repository on GitHub.
* Introduce `ReflectionSupport.makeAccessible(Field)` for third-party use rather than
calling the internal `ReflectionUtils.makeAccessible(Field)` method directly.
* Support both the primitive type `void` and the wrapper type `Void` in the internal
`ReflectionUtils` to support `String` to `Class` conversion in parameterized tests.
`ReflectionUtils` to allow `String` to `Class` conversion in parameterized tests.


[[release-notes-5.12.0-M1-junit-jupiter]]
Expand Down

0 comments on commit adc203f

Please sign in to comment.