Skip to content

Commit

Permalink
Fixes mockito#2679 : Update Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-ni committed Jun 19, 2022
1 parent 807b121 commit 0f87cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/mockito/quality/Strictness.java
Expand Up @@ -65,7 +65,6 @@ public enum Strictness {
* Ensures clean tests, reduces test code duplication, improves debuggability.
* Offers best combination of flexibility and productivity.
* Highly recommended.
* Planned as default for Mockito v4.
* Enable it via our JUnit support ({@link MockitoJUnit}) or {@link MockitoSession}.
* <p>
* Adds following behavior:
Expand Down

0 comments on commit 0f87cee

Please sign in to comment.