Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mockitoguy committed Mar 5, 2019
1 parent d61a8be commit 1641868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/Mockito.java
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@
* inline mocking causes memory leaks.
* There is no clean way to mitigate this problem completely.
* Hence, we introduced a new API to explicitly clear mock state (only make sense in inline mocking!).
* See example in {@link MockitoFramework#clearInlineMocks()}.
* See example usage in {@link MockitoFramework#clearInlineMocks()}.
* If you have feedback or a better idea how to solve the problem please reach out.
*/
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 1641868

Please sign in to comment.