Switched to REPORTEDAT to be more consitend with other fields.
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -25,7 +25,7 @@ public enum ActionStatusFields implements FieldNameProvider {
|
||||
/**
|
||||
* The reportedAt field.
|
||||
*/
|
||||
REPORTED_AT("createdAt");
|
||||
REPORTEDAT("createdAt");
|
||||
|
||||
private final String fieldName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user