Skip to content
Snippets Groups Projects
Commit 4d535fa0 authored by tranoris's avatar tranoris
Browse files

remove erroneous break

parent 1516920f
No related branches found
No related tags found
2 merge requests!12Merging 2024Q2_RC into main, creating 2024Q2 Release,!10Parent child characteristics
Pipeline #4520 failed
...@@ -313,7 +313,6 @@ public class CreateReservedService implements JavaDelegate { ...@@ -313,7 +313,6 @@ public class CreateReservedService implements JavaDelegate {
.value( new Any( initCharValues.get( c.getName() ), initCharValues.get( c.getName() ))) ; .value( new Any( initCharValues.get( c.getName() ), initCharValues.get( c.getName() ))) ;
serviceToCreate.addServiceCharacteristicItem( helperCreateCharacteristicItem(c, orderCharacteristic ) ); serviceToCreate.addServiceCharacteristicItem( helperCreateCharacteristicItem(c, orderCharacteristic ) );
characteristicFound = true; characteristicFound = true;
break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment