Skip to content

Commit

Permalink
removed initialize() and dispose() override
Browse files Browse the repository at this point in the history
Signed-off-by: Conte Andrea <andrea@conte.com>
  • Loading branch information
aconte80 committed Mar 16, 2021
1 parent f4cbb11 commit b247b83
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ protected Where buildBusWhere(String wStr) throws IllegalArgumentException {
return new WhereEnergyManagement(wStr);
}

@Override
public void initialize() {
super.initialize();
}

@Override
public void dispose() {
super.dispose();
}

@Override
protected void requestChannelState(ChannelUID channel) {
logger.debug("requestChannelState() thingUID={} channel={}", thing.getUID(), channel.getId());
Expand Down

0 comments on commit b247b83

Please sign in to comment.