Fixed YANG - GetAsyncReply
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ConnectionAdapter.java
index 888a73910a3baf08a2656d54e7dcbc5c8858cd39..a955d13547130dfaf1c49dbbf1173614cc0231c0 100644 (file)
@@ -34,11 +34,5 @@ public interface ConnectionAdapter extends OpenflowProtocolService {
      * @param messageListener here will be pushed all messages from switch
      */
     public void setMessageListener(OpenflowProtocolListener messageListener);
-    
-    /**
-     * @param version version of OpenFlow protocol to be used for communication with switch 
-     * (set after version negotiation) - in wire protocol format e.g. 4 (or 0x04) for OF 1.3   
-     * 
-     */
-    public void setVersion(int version);
+
 }