Skip to content

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

+1-1
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)