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 incorrect Javadoc inline tag for MockitoJUnitRunner #2816

Merged
merged 1 commit into from Dec 4, 2022

Conversation

Marcono1234
Copy link
Contributor

Fixes incorrect usage of the {@code ...} Javadoc inline tag. As part of that the @ had to be replaced with @ because {@code ...} treats its content literally.

Checklist

  • Read the contributing guide
  • PR should be motivated, i.e. what does it fix, why, and if relevant how
  • If possible / relevant include an example in the description, that could help all readers
    including project members to get a better picture of the change
  • Avoid other runtime dependencies
  • Meaningful commit history ; intention is important please rebase your commit history so that each
    commit is meaningful and help the people that will explore a change in 2 years
  • The pull request follows coding style
  • Mention Fixes #<issue number> in the description if relevant
  • At least one commit should mention Fixes #<issue number> if relevant

@codecov-commenter
Copy link

codecov-commenter commented Dec 3, 2022

Codecov Report

Base: 86.18% // Head: 86.18% // No change to project coverage 👍

Coverage data is based on head (4ba5cfe) compared to base (2567f05).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2816   +/-   ##
=========================================
  Coverage     86.18%   86.18%           
  Complexity     2833     2833           
=========================================
  Files           320      320           
  Lines          8586     8586           
  Branches       1060     1060           
=========================================
  Hits           7400     7400           
  Misses          905      905           
  Partials        281      281           
Impacted Files Coverage Δ
...ain/java/org/mockito/junit/MockitoJUnitRunner.java 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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!

@TimvdLippe TimvdLippe merged commit ee9ba74 into mockito:main Dec 4, 2022
@Marcono1234 Marcono1234 deleted the patch-1 branch December 5, 2022 21:05
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