BUG-9043: import MappingCheckedFuture from yangtools 14/64114/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 10 Oct 2017 13:36:55 +0000 (15:36 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Oct 2017 08:59:43 +0000 (10:59 +0200)
commit7391a72d1016250c3457985562ae317ed4455385
tree34a2748a3d1dc2ffbdf74a8d7a0ceaf4965bf05a
parent4504467049de9009ffb872224ce0139e9587f486
BUG-9043: import MappingCheckedFuture from yangtools

This patch moves MappingCheckedFuture from yangtools to mdsal,
where it is required to retain API compatibility, as we cannot
get rid of CheckedFuture just yet.

Change-Id: I33096b80de2d355181aafdfc69b38394f6fcfe80
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/mdsal-common-api/src/main/java/org/opendaylight/mdsal/common/api/MappingCheckedFuture.java [new file with mode: 0644]
common/mdsal-common-api/src/test/java/org/opendaylight/mdsal/common/api/MappingCheckedFutureTest.java [new file with mode: 0644]