Skip to content

Commit

Permalink
Fix invalid Javadoc syntax (#1978)
Browse files Browse the repository at this point in the history
Fixes #1977

[ci maven-central-release]
  • Loading branch information
chmielowiec committed Jul 17, 2020
1 parent 6635dee commit 4ebf513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/mockito/Mockito.java
Expand Up @@ -457,8 +457,8 @@
*
* private ArticleManager manager;
*
* @org.junit.jupiter.api.Test
* void testSomethingInJunit5(@Mock ArticleDatabase database) {
* @org.junit.jupiter.api.Test
* void testSomethingInJunit5(@Mock ArticleDatabase database) {
* </code></pre>
*
* <b>Important!</b> This needs to be somewhere in the base class or a test
Expand Down

0 comments on commit 4ebf513

Please sign in to comment.