Add a generic type argument 38/21038/3
authorRobert Varga <rovarga@cisco.com>
Mon, 25 May 2015 07:56:31 +0000 (09:56 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 25 May 2015 09:44:55 +0000 (11:44 +0200)
OutboundQueueHandlerRegistration is generic, silence an eclipse
warning.

Change-Id: I7896b424534e8acff20be24b50dd2e2567ace9c1
Signed-off-by: Robert Varga <rovarga@cisco.com>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/device/DeviceContextImpl.java

index d6fd6785b0724581af6c3d270f451dcfabacf6c1..89d11680ec90e1678ce3965eee76a65e3c82aca5 100644 (file)
@@ -107,7 +107,7 @@ public class DeviceContextImpl implements DeviceContext {
     private volatile boolean filteringPacketIn = false;
     private final Object throttlingLock = new Object();
     private int filteringHighWaterMark = 0;
-    private OutboundQueueHandlerRegistration outboundQueueHandlerRegistration;
+    private OutboundQueueHandlerRegistration<?> outboundQueueHandlerRegistration;
 
     @Override
     public Long getReservedXid() {