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 and improve Javadoc in spring-test #28795

Closed
wants to merge 1 commit into from
Closed

Fix and improve Javadoc in spring-test #28795

wants to merge 1 commit into from

Conversation

marcwrobel
Copy link
Contributor

No description provided.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jul 12, 2022
@sbrannen sbrannen added in: test Issues in the test module type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 12, 2022
@sbrannen sbrannen self-assigned this Jul 12, 2022
@sbrannen sbrannen added this to the 5.3.22 milestone Jul 12, 2022
@@ -155,7 +155,7 @@ public interface ContextCache {
void clear();

/**
* Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
* Clear hit-and-miss count statistics for the cache (i.e., reset counters to zero).
Copy link
Member

Choose a reason for hiding this comment

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

It's truly not a hit-and-miss scenario. 🤣

Rather, those are statistics for "hit counts" and "miss counts".

I'll address this while merging.

sbrannen added a commit that referenced this pull request Jul 12, 2022
@sbrannen sbrannen closed this in 92b8e99 Jul 12, 2022
@marcwrobel marcwrobel deleted the fix-javadoc-spring-test branch July 12, 2022 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants