Added type parameteris.
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / RequestFutureContext.java
index 7ad87ea2b1001e4dc6feb3294a121ee8045168ef..dac4ff32a6bd9e5e14895d6f142eaeb78b4a853e 100644 (file)
@@ -23,6 +23,6 @@ public interface RequestFutureContext<T extends DataObject> {
      * @param <T>
      * @return
      */
-    <T> SettableFuture<RpcResult<T>> getFuture();
+    SettableFuture<RpcResult<T>> getFuture();
 
 }