Skip to content

Commit

Permalink
Add missing 'be' in javadoc (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
WagnerChristoph authored and TimvdLippe committed May 24, 2019
1 parent 9941381 commit 28012a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/MockitoAnnotations.java
Expand Up @@ -46,7 +46,7 @@
* <p>
* Read also about other annotations &#064;{@link Spy}, &#064;{@link Captor}, &#064;{@link InjectMocks}
* <p>
* <b><code>MockitoAnnotations.initMocks(this)</code></b> method has to called to initialize annotated fields.
* <b><code>MockitoAnnotations.initMocks(this)</code></b> method has to be called to initialize annotated fields.
* <p>
* In above example, <code>initMocks()</code> is called in &#064;Before (JUnit4) method of test's base class.
* For JUnit3 <code>initMocks()</code> can go to <code>setup()</code> method of a base class.
Expand Down

0 comments on commit 28012a4

Please sign in to comment.