Commit 4d535fa0 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

remove erroneous break

parent 1516920f
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -313,7 +313,6 @@ public class CreateReservedService implements JavaDelegate {
			        .value( new Any( initCharValues.get( c.getName() ), initCharValues.get( c.getName() ))) ;
                serviceToCreate.addServiceCharacteristicItem( helperCreateCharacteristicItem(c, orderCharacteristic ) );
                characteristicFound = true;
                break;
			    
			  }
			}