The UI does not show "null" as a form value anymore. (#409)
* The UI does not show "null" as a form value anymore. Small code refactor Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * TextArea style correction, "name" is mandatory if updating a target, code refactor Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Insert constants for add/update target/distribution caption Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Correct JavaDoc, add trim to software module update Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Small code improvements Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
889d1492fb
commit
ac85996eb6
@@ -86,8 +86,6 @@ public class TargetBuilder {
|
||||
*
|
||||
* @param count
|
||||
* the amount of target bodies which should be created
|
||||
* @param offset
|
||||
* for
|
||||
* @return a list of {@link MgmtSoftwareModuleTypeRequestBodyPost}
|
||||
*/
|
||||
public List<MgmtTargetRequestBody> buildAsList(final int count) {
|
||||
|
||||
Reference in New Issue
Block a user