Skip to content

Commit

Permalink
Add missing Deprecated annotation (#2227)
Browse files Browse the repository at this point in the history
Discovered while trying to sync Mockito internally at Google.
  • Loading branch information
TimvdLippe committed Apr 5, 2021
1 parent 7f036eb commit 3b96d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/mockito/MockedStatic.java
Expand Up @@ -43,6 +43,7 @@ default void verify(Verification verification) {
*
* @deprecated Please use {@link MockedStatic#verify(Verification, VerificationMode) instead
*/
@Deprecated
void verify(VerificationMode mode, Verification verification);

/**
Expand Down

0 comments on commit 3b96d1f

Please sign in to comment.