openhab-core/bundles/org.openhab.core.io.rest/src
Wouter Born 0e03943e48
Use String.join instead of Collectors.joining (#3973)
* Use String.join instead of Collectors.joining

String.join results in less code when joining an Iterable or Array.

Signed-off-by: Wouter Born <github@maindrain.net>
2023-12-28 13:11:14 +01:00
..
main/java/org/openhab/core/io/rest Use String.join instead of Collectors.joining (#3973) 2023-12-28 13:11:14 +01:00
test/java/org/openhab/core/io/rest Simplify code that creates List, Map and Set objects (#3836) 2023-10-09 18:00:00 +02:00