Provide the parametrized type for this generic 32/106332/1
authorBogumil Zebek <bogumil.zebek@nokia.com>
Tue, 21 Apr 2020 09:59:38 +0000 (11:59 +0200)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Tue, 21 Apr 2020 09:59:38 +0000 (11:59 +0200)
commit66fe4dac91a89e0c080bc53f63bc2474b1724ac8
treefcaaaf0f078116ebdaed087e4e09c08271a2ed86
parent9203c9c40e963b4a5e451b38d32687a185f3b8c6
Provide the parametrized type for this generic

Generic types shouldn't be used raw (without type parameters) in variable declarations or return values. Doing so bypasses generic type checking, and defers the catch of unsafe code to runtime.

Issue-ID: INT-1517
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I211f57a49a78edcb538a9c9d19e543371811845b
netconfsimulator/src/main/java/org/onap/netconfsimulator/kafka/listener/KafkaListenerEntry.java
netconfsimulator/src/test/java/org/onap/netconfsimulator/websocket/NetconfEndpointTest.java