Skip to content

HlsPlaylistParser: don't use java.lang.StringBuilder directly#2811

Open
Luna712 wants to merge 1 commit into
recloudstream:masterfrom
Luna712:stringbuilder
Open

HlsPlaylistParser: don't use java.lang.StringBuilder directly#2811
Luna712 wants to merge 1 commit into
recloudstream:masterfrom
Luna712:stringbuilder

Conversation

@Luna712
Copy link
Copy Markdown
Contributor

@Luna712 Luna712 commented May 20, 2026

Just using StringBuilder will allow it to use kotlin.text.StringBuilder from Kotlin instead, which it already does in some places, making using java.lang.StringBuilder in here very inconsistent with other parts of the same class.

Just using StringBuilder will allow it to use kotlin.text.StringBuilder from Kotlin instead, which it already does in some places, making using java.lang.StringBuilder in here very inconsistent with other parts of the same class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant