ChangeJson: Move out ApprovalInfo creation and remove method
Change-Id: Ib60fcbdd335278c2240fe11383fce2c7d02ff294
This commit is contained in:
@@ -115,7 +115,7 @@ public class EventUtil {
|
||||
Integer value = e.getValue() != null ? Integer.valueOf(e.getValue()) : null;
|
||||
result.put(
|
||||
e.getKey(),
|
||||
ChangeJson.getApprovalInfo(accountState.getAccount().getId(), value, null, null, ts));
|
||||
new ApprovalInfo(accountState.getAccount().getId().get(), value, null, null, ts));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user