Remove ServerFacade.setThreadConfig()
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / ServerFacade.java
index 18c80e34c268feb57dda1be68e6b576572a14073..6a0fa1ab6c35a23e25ce9e416b1e454c4f7db179 100644 (file)
@@ -5,12 +5,8 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
-
 package org.opendaylight.openflowjava.protocol.impl.core;
 
-import org.opendaylight.openflowjava.protocol.api.connection.ThreadConfiguration;
-
 /**
  * Server facade interface.
  *
@@ -18,10 +14,4 @@ import org.opendaylight.openflowjava.protocol.api.connection.ThreadConfiguration
  */
 public interface ServerFacade extends ShutdownProvider, OnlineProvider, Runnable {
 
-    /**
-     * Sets thread configuration.
-     *
-     * @param threadConfig desired thread configuration
-     */
-    void setThreadConfig(ThreadConfiguration threadConfig);
 }