BUG-3907: openflow-plugin-api does not build with jdk8
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / SwitchConnectionHandler.java
index 363e324504c7a6e89f9a5e9d4081c0c1c45dbf7b..8b4fddf6ba30ba30bfb1b33398c8523f5ea34d5c 100644 (file)
@@ -24,7 +24,7 @@ public interface SwitchConnectionHandler {
     void onSwitchConnected(ConnectionAdapter connection);
 
     /**
-     * @param switchAddress
+     * @param switchAddress address of incoming connection (address + port)
      * @return true, if connection from switch having given address shell be accepted; false otherwise
      */
     boolean accept(InetAddress switchAddress);