hawkbit-examples
hawkbit-examples copied to clipboard
Use suffix only for creating multiple MgmtDistributionSetTypeRequestBodyPost
While creating a single MgmtDistributionSetTypeRequestBodyPost/MgmtSoftwareModuleTypeRequestBodyPost with the corresponding DistributionSetTypeBuilder/SoftwareModuleTypeBuilder the key and name properties can get null as String value ("null") assigned because of the String concatenation with the empty String suffix. This PR will correct this behavior.
Signed-off-by: Florian Ruschbaschan [email protected]
Can one of the admins verify this patch?