Skip to content

Make ConversionUtils.convertToArray return what the comment says it should#398

Merged
mondain merged 1 commit intoRed5:mainfrom
kdkd:cherry-pick-c8f9f6d-20251126-124420
Nov 26, 2025
Merged

Make ConversionUtils.convertToArray return what the comment says it should#398
mondain merged 1 commit intoRed5:mainfrom
kdkd:cherry-pick-c8f9f6d-20251126-124420

Conversation

@kdkd
Copy link
Copy Markdown

@kdkd kdkd commented Nov 26, 2025

Commit from kdkd fork c8f9f6d

io/utils/ConversionUtils.java: returned List.of(map.values()), i.e., a single unmodifiable element containing the values collection, rather than a list of the map’s values. Changed ConversionUtils.convertMapToList in ConversionUtils.java:212-214 to return a list of map values rather than a single values collection entry.


single unmodifiable element containing the values collection, rather than a
list of the map’s values.  Changed ConversionUtils.convertMapToList in
ConversionUtils.java:212-214 to return a list of map values rather than a
single values collection entry.
@mondain mondain merged commit 49c52cf into Red5:main Nov 26, 2025
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.

2 participants