BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / ConnectionAdapterFactory.java
index dba298b7dba917c924ece38674809dc11f1be85a..cf4e83f0900fe4738c9c6b2ec95638d6e72afdbb 100644 (file)
@@ -23,6 +23,6 @@ public interface ConnectionAdapterFactory {
      * @param ch
      * @return connection adapter tcp-implementation
      */
-    public ConnectionFacade createConnectionFacade(Channel ch, InetSocketAddress address) ;
+    ConnectionFacade createConnectionFacade(Channel ch, InetSocketAddress address) ;
 
 }