Use type-safe registration 78/89378/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 25 Apr 2020 19:13:30 +0000 (21:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 25 Apr 2020 19:13:30 +0000 (21:13 +0200)
commit1a03118d92b3f08187e6a5f3deb24dda0cfc99f7
tree1fb5a1a89a11a347699a92d85216ecff067c49e5
parent37df2653f763d726bb9fd56fb91d726d7fb6f9d6
Use type-safe registration

OSGi R5+ is using generics, which offer type safety during registration.
Also remove unneded use of an empty dictionary -- null works just as well.

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