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"),
|
||||
|
||||
/**
|
||||
*
|
||||
* Distribution set fields
|
||||
*/
|
||||
DISTRIBUTIONSET("assignedToDistributionSet",
|
||||
DistributionSetFields.ID.getFieldName(), DistributionSetFields.NAME.getFieldName());
|
||||
|
||||
@@ -38,7 +38,7 @@ public enum TargetTagFields implements FieldNameProvider {
|
||||
COLOUR("colour"),
|
||||
|
||||
/**
|
||||
*
|
||||
* Target fields
|
||||
*/
|
||||
TARGET("assignedToTargets",
|
||||
TargetFields.ID.getFieldName(), TargetFields.NAME.getFieldName());
|
||||
|
||||
Reference in New Issue
Block a user