Skip to content

Commit

Permalink
Update src/main/java/org/mockito/Captor.java
Browse files Browse the repository at this point in the history
Co-authored-by: Tim van der Lippe <TimvdLippe@users.noreply.github.com>
  • Loading branch information
raphw and TimvdLippe committed Jul 10, 2020
1 parent b3fc349 commit bdd2b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/Captor.java
Expand Up @@ -19,7 +19,7 @@
*
* &#64;Before
* public void open() {
* MockitoAnnotations.openMocks(this);
* closeable = MockitoAnnotations.openMocks(this);
* }
*
* &#64;After
Expand Down

0 comments on commit bdd2b10

Please sign in to comment.