Skip to content

Commit 52e93b4

Browse files
committed
Change visibility of field fMethod to private.
There is a getter method for this field. Users should use this method.
1 parent 0e1a559 commit 52e93b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @since 4.5
2020
*/
2121
public class FrameworkMethod extends FrameworkMember<FrameworkMethod> {
22-
final Method fMethod;
22+
private final Method fMethod;
2323

2424
/**
2525
* Returns a new {@code FrameworkMethod} for {@code method}

0 commit comments

Comments
 (0)