Explain the toggle behavior in JavaDoc better. (#911)
Signed-off-by: Michael Herdt <Michael.Herdt2@bosch-si.com>
This commit is contained in:
committed by
Stefan Behl
parent
271bcf0fc8
commit
e731585c45
@@ -338,7 +338,7 @@ public interface DistributionSetManagement
|
|||||||
/**
|
/**
|
||||||
* Toggles {@link DistributionSetTag} assignment to given
|
* Toggles {@link DistributionSetTag} assignment to given
|
||||||
* {@link DistributionSet}s by means that if some (or all) of the targets in
|
* {@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.
|
* theme have the tag already assigned they will be removed instead.
|
||||||
*
|
*
|
||||||
* @param setIds
|
* @param setIds
|
||||||
|
|||||||
@@ -554,7 +554,7 @@ public interface TargetManagement {
|
|||||||
/**
|
/**
|
||||||
* Toggles {@link TargetTag} assignment to given {@link Target}s by means
|
* 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
|
* 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.
|
* they will be removed instead.
|
||||||
*
|
*
|
||||||
* @param controllerIds
|
* @param controllerIds
|
||||||
|
|||||||
@@ -536,7 +536,7 @@ public class TargetTable extends AbstractTable<Target> {
|
|||||||
/**
|
/**
|
||||||
* Toggles {@link TargetTag} assignment to given target ids by means that if
|
* 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
|
* 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.
|
* they will be removed instead. Additionally a success popup is shown.
|
||||||
*
|
*
|
||||||
* @param targetIds
|
* @param targetIds
|
||||||
|
|||||||
Reference in New Issue
Block a user