openhab-core/bundles/org.openhab.core.config.dispatch/src
Wouter Born 09b3160a55
Simplify code using Stream.toList (#3831)
Stream.toList was introduced in Java 16 and creates an unmodifiable List so it can be used to simplify code whenever the List is not expected to be modified.

Signed-off-by: Wouter Born <github@maindrain.net>
2023-10-09 09:20:08 +02:00
..
main/java/org/openhab/core/config/dispatch/internal Simplify code using Stream.toList (#3831) 2023-10-09 09:20:08 +02:00
test/java/org/openhab/core/config/dispatch/internal Fix ConfigDispatcherFileWatcher (#3384) 2023-02-19 11:47:20 +01:00