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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Javadoc invalid syntax #1978

Merged
merged 1 commit into from Jul 17, 2020
Merged

Conversation

chmielowiec
Copy link
Contributor

Escape @ character to html entity.

Fixes #1977

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.

Good catch, thanks!

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2020

Codecov Report

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

Impacted file tree graph

@@                Coverage Diff                @@
##             release/3.x    #1978      +/-   ##
=================================================
+ Coverage          85.41%   85.44%   +0.02%     
  Complexity          2601     2601              
=================================================
  Files                322      322              
  Lines               7496     7496              
  Branches             897      897              
=================================================
+ Hits                6403     6405       +2     
  Misses               855      855              
+ Partials             238      236       -2     
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/mockito/Mockito.java 95.23% <ø> (ø) 45.00 <0.00> (ø)
...to/internal/util/concurrent/WeakConcurrentMap.java 41.48% <0.00%> (+2.12%) 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 6635dee...967a94c. Read the comment docs.

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.

Broken documentation
3 participants