Apply changes from review
Signed-off-by: Stanislav Trailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
@@ -22,20 +22,20 @@ public enum DistributionSetTagFields implements FieldNameProvider {
|
|||||||
/**
|
/**
|
||||||
* The id field.
|
* The id field.
|
||||||
*/
|
*/
|
||||||
ID("id"),
|
ID(TagFields.ID.getFieldName()),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name field.
|
* The name field.
|
||||||
*/
|
*/
|
||||||
NAME("name"),
|
NAME(TagFields.NAME.getFieldName()),
|
||||||
/**
|
/**
|
||||||
* The description field.
|
* The description field.
|
||||||
*/
|
*/
|
||||||
DESCRIPTION("description"),
|
DESCRIPTION(TagFields.DESCRIPTION.getFieldName()),
|
||||||
/**
|
/**
|
||||||
* The controllerId field.
|
* The controllerId field.
|
||||||
*/
|
*/
|
||||||
COLOUR("colour"),
|
COLOUR(TagFields.COLOUR.getFieldName()),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Distribution set fields
|
* Distribution set fields
|
||||||
|
|||||||
@@ -22,20 +22,20 @@ public enum TargetTagFields implements FieldNameProvider {
|
|||||||
/**
|
/**
|
||||||
* The id field.
|
* The id field.
|
||||||
*/
|
*/
|
||||||
ID("id"),
|
ID(TagFields.ID.getFieldName()),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name field.
|
* The name field.
|
||||||
*/
|
*/
|
||||||
NAME("name"),
|
NAME(TagFields.NAME.getFieldName()),
|
||||||
/**
|
/**
|
||||||
* The description field.
|
* The description field.
|
||||||
*/
|
*/
|
||||||
DESCRIPTION("description"),
|
DESCRIPTION(TagFields.DESCRIPTION.getFieldName()),
|
||||||
/**
|
/**
|
||||||
* The controllerId field.
|
* The controllerId field.
|
||||||
*/
|
*/
|
||||||
COLOUR("colour"),
|
COLOUR(TagFields.COLOUR.getFieldName()),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Target fields
|
* Target fields
|
||||||
|
|||||||
Reference in New Issue
Block a user