Remove break for TbMqttNode upgrade
This commit is contained in:
parent
2c1f55f55a
commit
1af417dfd5
@ -203,7 +203,6 @@ public class TbMqttNode extends TbAbstractExternalNode {
|
|||||||
hasChanges = true;
|
hasChanges = true;
|
||||||
((ObjectNode) oldConfiguration).put(parseToPlainText, false);
|
((ObjectNode) oldConfiguration).put(parseToPlainText, false);
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case 1:
|
case 1:
|
||||||
String protocolVersion = "protocolVersion";
|
String protocolVersion = "protocolVersion";
|
||||||
if (!oldConfiguration.has(protocolVersion)) {
|
if (!oldConfiguration.has(protocolVersion)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user