Skip to content

Commit

Permalink
Suggested edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kcooney committed Jul 22, 2020
1 parent c1203e0 commit 47f868e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/junit/runners/model/FrameworkField.java
Expand Up @@ -18,9 +18,9 @@ public class FrameworkField extends FrameworkMember<FrameworkField> {
/**
* Returns a new {@code FrameworkField} for {@code field}.
*
* Access relaxed to {@code public} since version 4.14.
* <p>Access relaxed to {@code public} since version 4.14.
*/
FrameworkField(Field field) {
public FrameworkField(Field field) {
if (field == null) {
throw new NullPointerException(
"FrameworkField cannot be created without an underlying field.");
Expand Down

0 comments on commit 47f868e

Please sign in to comment.