Add some useful comments
Signed-off-by: Stanislav Trailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user