Skip to content

Commit

Permalink
Reduce SAT warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich committed Aug 9, 2024
1 parent d6e94b9 commit 61bdb1d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,6 @@ protected void notifyListenersAboutUpdatedElement(final ItemChannelLink oldEleme
// it is not needed to send an event, because links can not be updated
}

private boolean isEditable(String linkId) {
if (getManagedProvider().isPresent()) {
return getManagedProvider().get().get(linkId) != null;
}
return false;
}

public enum ItemChannelLinkProblem {
THING_CHANNEL_MISSING,
ITEM_MISSING,
Expand Down

0 comments on commit 61bdb1d

Please sign in to comment.