Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mockito.verify(): fix typo in Javadoc #1991

Merged
merged 1 commit into from Aug 5, 2020

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Aug 5, 2020

I noted this while reading the Javadocs in my IDE; they were referring to a get(0) reference which isn't quite easy to grasp in this context. 馃檲 After looking at this class a bit more, I think it's just a copy-paste mistake from this line in the class-level Javadocs: https://github.com/mockito/mockito/blob/release/3.x/src/main/java/org/mockito/Mockito.java#L212

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2020

Codecov Report

Merging #1991 into release/3.x will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                @@
##             release/3.x    #1991      +/-   ##
=================================================
- Coverage          85.23%   85.21%   -0.03%     
  Complexity          2604     2604              
=================================================
  Files                323      323              
  Lines               7520     7520              
  Branches             899      899              
=================================================
- Hits                6410     6408       -2     
  Misses               873      873              
- Partials             237      239       +2     
Impacted Files Coverage 螖 Complexity 螖
src/main/java/org/mockito/Mockito.java 95.23% <酶> (酶) 45.00 <0.00> (酶)
...to/internal/util/concurrent/WeakConcurrentMap.java 39.36% <0.00%> (-2.13%) 11.00% <0.00%> (酶%)

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 0198306...7ced3b8. Read the comment docs.

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants