[CONTROLLER-594] AsyncDataChangeEvent methods have inconsistent return types Created: 02/Jul/14 Updated: 25/Jul/23 Resolved: 08/Jul/14 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | mdsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Colin Dixon | Assignee: | Tony Tkacik |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 1283 |
| Description |
|
getCreatedData() and getUpdatedData() return a Map<P, D>, but getOriginalData() returns Map<P, ? extends D>. These should be consistent if at all possible. |
| Comments |
| Comment by Tony Tkacik [ 03/Jul/14 ] |