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:
Kai Zimmermann
2016-03-04 08:59:17 +01:00
parent 3b74db0cac
commit 0fc63a452f
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ public enum ActionStatusFields implements FieldNameProvider {
/**
* The reportedAt field.
*/
REPORTED_AT("createdAt");
REPORTEDAT("createdAt");
private final String fieldName;