Explain the toggle behavior in JavaDoc better. (#911)

Signed-off-by: Michael Herdt <Michael.Herdt2@bosch-si.com>
This commit is contained in:
Michael Herdt
2019-11-13 12:59:18 +01:00
committed by Stefan Behl
parent 271bcf0fc8
commit e731585c45
3 changed files with 3 additions and 3 deletions

View File

@@ -338,7 +338,7 @@ public interface DistributionSetManagement
/**
* Toggles {@link DistributionSetTag} assignment to given
* {@link DistributionSet}s by means that if some (or all) of the targets in
* the list have the {@link Tag} not yet assigned, they will be. If all of
* the list have the {@link Tag} not yet assigned, they will be. Only if all of
* theme have the tag already assigned they will be removed instead.
*
* @param setIds

View File

@@ -554,7 +554,7 @@ public interface TargetManagement {
/**
* Toggles {@link TargetTag} assignment to given {@link Target}s by means
* that if some (or all) of the targets in the list have the {@link Tag} not
* yet assigned, they will be. If all of theme have the tag already assigned
* yet assigned, they will be. Only if all of theme have the tag already assigned
* they will be removed instead.
*
* @param controllerIds

View File

@@ -536,7 +536,7 @@ public class TargetTable extends AbstractTable<Target> {
/**
* Toggles {@link TargetTag} assignment to given target ids by means that if
* some (or all) of the targets in the list have the {@link Tag} not yet
* assigned, they will be. If all of theme have the tag already assigned
* assigned, they will be. Only if all of them have the tag already assigned
* they will be removed instead. Additionally a success popup is shown.
*
* @param targetIds