From cd29402b0ac4abd7b2823399389588377fae3f8b Mon Sep 17 00:00:00 2001 From: J-N-K Date: Sun, 21 Jan 2024 19:27:48 +0100 Subject: [PATCH] Update bundles/org.smarthomej.transform.basicprofiles/src/main/java/org/smarthomej/transform/basicprofiles/internal/profiles/StateFilterProfile.java --- .../basicprofiles/internal/profiles/StateFilterProfile.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundles/org.smarthomej.transform.basicprofiles/src/main/java/org/smarthomej/transform/basicprofiles/internal/profiles/StateFilterProfile.java b/bundles/org.smarthomej.transform.basicprofiles/src/main/java/org/smarthomej/transform/basicprofiles/internal/profiles/StateFilterProfile.java index 4f0cd46dae..d007e1fdc5 100644 --- a/bundles/org.smarthomej.transform.basicprofiles/src/main/java/org/smarthomej/transform/basicprofiles/internal/profiles/StateFilterProfile.java +++ b/bundles/org.smarthomej.transform.basicprofiles/src/main/java/org/smarthomej/transform/basicprofiles/internal/profiles/StateFilterProfile.java @@ -52,8 +52,7 @@ public class StateFilterProfile implements StateProfile { private List conditions = new ArrayList<>(); - @Nullable - private State configMismatchState = null; + private @Nullable State configMismatchState = null; public StateFilterProfile(ProfileCallback callback, ProfileContext context, ItemRegistry itemRegistry) { this.callback = callback;