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

Use strip instead of trim in KiwiUrls#stripTrailingSlash #1110

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

sleberknight
Copy link
Member

Strip was introduced in JDK 11 and is more generic and handles white space better than trim, i.e., more generically.

Strip was introduced in JDK 11 and is more generic and handles
white space better than trim, i.e., more generically.
@sleberknight sleberknight added the enhancement A request for change or improvement to an existing feature label Mar 8, 2024
@sleberknight sleberknight added this to the 3.4.0 milestone Mar 8, 2024
@sleberknight sleberknight self-assigned this Mar 8, 2024
Copy link

sonarqubecloud bot commented Mar 8, 2024

@sleberknight sleberknight merged commit 19b8e91 into master Mar 8, 2024
5 checks passed
@sleberknight sleberknight deleted the KiwiUrls_use-strip branch March 8, 2024 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request for change or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant