Skip to content

Commit 47f868e

Browse files
authored
Suggested edits
1 parent c1203e0 commit 47f868e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/junit/runners/model/FrameworkField.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public class FrameworkField extends FrameworkMember<FrameworkField> {
1818
/**
1919
* Returns a new {@code FrameworkField} for {@code field}.
2020
*
21-
* Access relaxed to {@code public} since version 4.14.
21+
* <p>Access relaxed to {@code public} since version 4.14.
2222
*/
23-
FrameworkField(Field field) {
23+
public FrameworkField(Field field) {
2424
if (field == null) {
2525
throw new NullPointerException(
2626
"FrameworkField cannot be created without an underlying field.");

0 commit comments

Comments
 (0)