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 StringBuilder instead of StringBuffer #1317

Conversation

hduelme
Copy link
Contributor

@hduelme hduelme commented Jan 14, 2023

Since java 5 the not synchronized StringBuilder can be used. The code here don't need to be synchronized so.

@gregturn gregturn closed this in 024e072 Jan 25, 2023
gregturn added a commit that referenced this pull request Jan 25, 2023
Related: #1317.
@gregturn gregturn self-assigned this Jan 25, 2023
@gregturn gregturn added this to the 4.0.2 milestone Jan 25, 2023
@gregturn gregturn changed the title use StringBuilder instead of StringBuffer Use StringBuilder instead of StringBuffer Jan 25, 2023
@gregturn
Copy link
Contributor

Thanks @hduelme!

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