Fix some issues found by qodana (#2083)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -82,7 +82,7 @@ public class DmfController {
|
||||
public void unregisterThing() {
|
||||
log.debug(LOG_PREFIX + "Removing Controller...", getTenantId(), getControllerId());
|
||||
dmfSender.removeThing(getTenantId(), getControllerId());
|
||||
log.debug(LOG_PREFIX + "Done. Create thing sent.", getTenantId(), getControllerId());
|
||||
log.debug(LOG_PREFIX + "Done. Remove thing sent.", getTenantId(), getControllerId());
|
||||
}
|
||||
|
||||
public void stop() {
|
||||
|
||||
Reference in New Issue
Block a user