Skip to content

Commit

Permalink
Make code compile under openhab 3 as well (openhab#7262)
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Seime <[email protected]>
  • Loading branch information
seime authored and andrewfg committed Aug 31, 2020
1 parent 68e1670 commit 9ab62fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public Collection<ChannelGroupType> getChannelGroupTypes(@Nullable final Locale
}

@Override
@Nullable
public ThingHandler getThingHandler() {
return handler;
}
Expand Down

0 comments on commit 9ab62fb

Please sign in to comment.