Skip to content

Fix typo in MockitoBeanOverrideHandlerTests #34741

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

Closed
wants to merge 1 commit into from

Conversation

Leehwajung
Copy link

Fix minor typo in MockitoBeanOverrideHandlerTests.java

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Apr 10, 2025
@sbrannen sbrannen self-assigned this Apr 11, 2025
@sbrannen sbrannen changed the title Fix typo in MockitoBeanOverrideHandlerTests.java Fix typo in MockitoBeanOverrideHandlerTests Apr 11, 2025
@sbrannen
Copy link
Member

Hi @Leehwajung,

Congratulations on submitting your first PR for the Spring Framework! 👍

We typically do not accept PRs with such small change sets. Rather, we prefer to address multiple related issues in a single PR.

For this particular scenario, I assumed there were likely multiple places across the code base where we could make such changes.

To find those, I used the regular expression \b(\w+)\s+\1\b[^(}], and I committed a22d204, 6bc1968, and 7095f4c to address such "duplicate words" across the code base and documentation.

In light of the above, I am closing this PR.

Thanks anyway for the PR!

Sam

@sbrannen sbrannen closed this Apr 15, 2025
@sbrannen sbrannen added type: documentation A documentation task status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants