Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md ("JUnit4" -> "JUnit5")
Browse files Browse the repository at this point in the history
  • Loading branch information
kcooney authored Apr 1, 2019
1 parent 37610e6 commit 552bb39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ The JUnit team is not accepting changes to the code under the following paths:
* `test/java/junit/tests/framework`
* `test/java/junit/tests/extensions`

The reasoning is that the JUnit team feels that our users should focus on using either the JUnit4 APIs
or the soon-to-be-released JUnit4 APIs.
The reasoning is that the JUnit team feels that our users should focus on using either the JUnit4 or JUnit5 APIs.

The team is also reluctant to accept changes that only update code from one code style to another.
Generally the code in JUnit was approved by at least one person, so two people agreed that the style was reasonable.
Expand Down

0 comments on commit 552bb39

Please sign in to comment.