Fix MapDictionary init 92/101692/2
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 2 Jul 2022 21:57:09 +0000 (23:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Jul 2022 01:24:45 +0000 (03:24 +0200)
commit4ce63f96dad07a9783d98abacb0f5d1df580858d
tree43f5a00c858fd0bb85c997dd6523b7437f221e4a
parent5163dc423a473315b7a6cf9ec23437c1cac4acd2
Fix MapDictionary init

We need to be able to downcast Map<String,String> to
MapDictionary<String,Object>. Adjust signature to allow that.

Change-Id: I2aabe8455e246a625216b0eb56acbad5a8454cc1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
web/impl-osgi/src/main/java/org/opendaylight/aaa/web/osgi/MapDictionary.java