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 authored Jan 21, 2024
1 parent f8d82ff commit cd29402
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ public class StateFilterProfile implements StateProfile {

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

@Nullable
private State configMismatchState = null;
private @Nullable State configMismatchState = null;

public StateFilterProfile(ProfileCallback callback, ProfileContext context, ItemRegistry itemRegistry) {
this.callback = callback;
Expand Down

0 comments on commit cd29402

Please sign in to comment.