We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1203e0 commit 47f868eCopy full SHA for 47f868e
src/main/java/org/junit/runners/model/FrameworkField.java
@@ -18,9 +18,9 @@ public class FrameworkField extends FrameworkMember<FrameworkField> {
18
/**
19
* Returns a new {@code FrameworkField} for {@code field}.
20
*
21
- * Access relaxed to {@code public} since version 4.14.
+ * <p>Access relaxed to {@code public} since version 4.14.
22
*/
23
- FrameworkField(Field field) {
+ public FrameworkField(Field field) {
24
if (field == null) {
25
throw new NullPointerException(
26
"FrameworkField cannot be created without an underlying field.");
0 commit comments