Specialize RemoteDevice to NetconfMessage
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / client / stress / StressClientCallable.java
index 62733ba81656ca6d182c42c7c0b244975364a0c5..600c50cf4a475c72c171e31b7acdc8c00510237c 100644 (file)
@@ -75,7 +75,7 @@ public class StressClientCallable implements Callable<Boolean> {
 
     private static NetconfDeviceCommunicator getSessionListener(
             final InetSocketAddress inetAddress, final int messageLimit) {
-        final RemoteDevice<NetconfSessionPreferences, NetconfMessage, NetconfDeviceCommunicator> loggingRemoteDevice =
+        final RemoteDevice<NetconfSessionPreferences, NetconfDeviceCommunicator> loggingRemoteDevice =
             new StressClient.LoggingRemoteDevice();
         return new NetconfDeviceCommunicator(
             new RemoteDeviceId("secure-test", inetAddress), loggingRemoteDevice, messageLimit);