We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1a559 commit 52e93b4Copy full SHA for 52e93b4
src/main/java/org/junit/runners/model/FrameworkMethod.java
@@ -19,7 +19,7 @@
19
* @since 4.5
20
*/
21
public class FrameworkMethod extends FrameworkMember<FrameworkMethod> {
22
- final Method fMethod;
+ private final Method fMethod;
23
24
/**
25
* Returns a new {@code FrameworkMethod} for {@code method}
0 commit comments