8000 Fix incorrect Javadoc inline tag for MockitoJUnitRunner (#2816) · mockito/mockito@ee9ba74 · GitHub
[go: up one dir, main page]

Skip to cont 8000 ent

Commit ee9ba74

Browse files
authored
Fix incorrect Javadoc inline tag for MockitoJUnitRunner (#2816)
1 parent 2567f05 commit ee9ba74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mockito/junit/MockitoJUnitRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* See {@link UnnecessaryStubbingException}.
3535
* Similar to JUnit rules, the runner also reports stubbing argument mismatches as console warnings
3636
* (see {@link MockitoHint}).
37-
* To opt-out from this feature, use {@code}@RunWith(MockitoJUnitRunner.Silent.class){@code}
37+
* To opt-out from this feature, use {@code @RunWith(MockitoJUnitRunner.Silent.class)}
3838
* <li>
3939
* Initializes mocks annotated with {@link Mock},
4040
* so that explicit usage of {@link MockitoAnnotations#openMocks(Object)} is not necessary.

0 commit comments

Comments
 (0)
0