Javadoc update
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / ConnectionFacade.java
1 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
2 \r
3 package org.opendaylight.openflowjava.protocol.impl.connection;\r
4 \r
5 import org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdapter;\r
6 \r
7 /**\r
8  * @author michal.polkorab\r
9  */\r
10 public interface ConnectionFacade extends MessageConsumer, ConnectionAdapter {\r
11 \r
12  // empty unifying superinterface\r
13 }\r