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

Polishing #3771

Merged
merged 2 commits into from
Feb 27, 2025
Merged

Polishing #3771

merged 2 commits into from
Feb 27, 2025

Conversation

ngocnhan-tran1996
Copy link
Contributor

No description provided.

Signed-off-by: Tran Ngoc Nhan <[email protected]>
@@ -42,7 +42,7 @@ public String maybeAddTo(String source) {
if (!StringUtils.hasText(this.suffix)) {
return source;
}
return source != null && StringUtils.hasText(source) // Only suffix if there's text
return StringUtils.hasText(source) // Only suffix if there's text
Copy link
Contributor

Choose a reason for hiding this comment

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

When making a code change, please add your name as the author to the class. Thanks!

Signed-off-by: Tran Ngoc Nhan <[email protected]>
@sobychacko sobychacko added this to the 4.0.0-M1 milestone Feb 27, 2025
@sobychacko sobychacko merged commit e2862a0 into spring-projects:main Feb 27, 2025
3 checks passed
@ngocnhan-tran1996 ngocnhan-tran1996 deleted the polish branch February 28, 2025 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants