Skip to content

Commit

Permalink
Update bundles/org.smarthomej.transform.basicprofiles/src/main/java/o…
Browse files Browse the repository at this point in the history
…rg/smarthomej/transform/basicprofiles/internal/profiles/StateFilterProfile.java
  • Loading branch information
J-N-K committed Jan 21, 2024
1 parent f13f3f3 commit be7c2a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class StateFilterProfile implements StateProfile {
private final ProfileCallback callback;
private List<Class<? extends State>> acceptedDataTypes;

private List<StateCondition> conditions = new ArrayList<>();
private List<StateCondition> conditions = List.of();

private @Nullable State configMismatchState = null;

Expand Down

0 comments on commit be7c2a7

Please sign in to comment.