Javadoc update
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / SwitchConnectionProviderImpl.java
index cb58d14e66ee489e6c5272716504b866c3889cdb..fe05db416b1f43e05c00b84632c753278b615ce6 100644 (file)
@@ -21,6 +21,7 @@ import com.google.common.util.concurrent.ListenableFuture;
 import com.google.common.util.concurrent.SettableFuture;
 
 /**
+ * Exposed class for server handling
  * @author mirehak
  * @author michal.polkorab
  */
@@ -109,6 +110,9 @@ public class SwitchConnectionProviderImpl implements SwitchConnectionProvider {
         return result;
     }
 
+    /**
+     * @return servers
+     */
     public Set<ServerFacade> getServerLot() {
         return serverLot;
     }