Skip to content

Commit

Permalink
redo mvn:spotless apply
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 21, 2021
1 parent b247b83 commit 824a939
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,11 @@ private void discoverByActivation(BaseOpenMessage baseMsg) {
logger.warn("discoverByActivation: null OpenWebNetDeviceDiscoveryService, ignoring msg={}", baseMsg);
return;
}
if (baseMsg instanceof Lighting || baseMsg instanceof Automation || baseMsg instanceof EnergyManagement) { // we support these types only
if (baseMsg instanceof Lighting || baseMsg instanceof Automation || baseMsg instanceof EnergyManagement) { // we
// support
// these
// types
// only
BaseOpenMessage bmsg = baseMsg;
if (baseMsg instanceof Lighting) {
What what = baseMsg.getWhat();
Expand Down

0 comments on commit 824a939

Please sign in to comment.