Add some useful comments

Signed-off-by: Stanislav Trailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
Stanislav Trailov
2023-06-29 12:31:25 +03:00
parent 0d4f67e345
commit 52d671bdc5
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ public enum DistributionSetTagFields implements FieldNameProvider {
COLOUR("colour"), COLOUR("colour"),
/** /**
* * Distribution set fields
*/ */
DISTRIBUTIONSET("assignedToDistributionSet", DISTRIBUTIONSET("assignedToDistributionSet",
DistributionSetFields.ID.getFieldName(), DistributionSetFields.NAME.getFieldName()); DistributionSetFields.ID.getFieldName(), DistributionSetFields.NAME.getFieldName());

View File

@@ -38,7 +38,7 @@ public enum TargetTagFields implements FieldNameProvider {
COLOUR("colour"), COLOUR("colour"),
/** /**
* * Target fields
*/ */
TARGET("assignedToTargets", TARGET("assignedToTargets",
TargetFields.ID.getFieldName(), TargetFields.NAME.getFieldName()); TargetFields.ID.getFieldName(), TargetFields.NAME.getFieldName());