Skip to content

Commit

Permalink
wago
Browse files Browse the repository at this point in the history
  • Loading branch information
watou committed Feb 1, 2016
1 parent d63c810 commit 64b8f66
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,16 @@ protected void internalReceiveCommand(String itemName, Command command) {
}
}

protected void addBindingProvider(WagoBindingProvider bindingProvider) {
super.addBindingProvider(bindingProvider);
}

protected void removeBindingProvider(WagoBindingProvider bindingProvider) {
super.removeBindingProvider(bindingProvider);
}

/**
* @{inheritDoc
* {@inheritDoc}
*/
@Override
@SuppressWarnings("rawtypes")
Expand Down

0 comments on commit 64b8f66

Please sign in to comment.