Skip to content

Commit

Permalink
Fix incorrect Javadoc inline tag for MockitoJUnitRunner (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed Dec 4, 2022
1 parent 2567f05 commit ee9ba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/junit/MockitoJUnitRunner.java
Expand Up @@ -34,7 +34,7 @@
* See {@link UnnecessaryStubbingException}.
* Similar to JUnit rules, the runner also reports stubbing argument mismatches as console warnings
* (see {@link MockitoHint}).
* To opt-out from this feature, use {@code}@RunWith(MockitoJUnitRunner.Silent.class){@code}
* To opt-out from this feature, use {@code @RunWith(MockitoJUnitRunner.Silent.class)}
* <li>
* Initializes mocks annotated with {@link Mock},
* so that explicit usage of {@link MockitoAnnotations#openMocks(Object)} is not necessary.
Expand Down

0 comments on commit ee9ba74

Please sign in to comment.