Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / connection / UdpMessageListenerWrapper.java
index a946cf5468be6a033272ff15c01d469e16a1d93a..e783dc42aee7ab706251d489f1305e6aabe09501 100644 (file)
@@ -18,7 +18,7 @@ import java.net.InetSocketAddress;
  * is sent to OFEncoder. When OFEncoder fails to serialize the message,
  * listener is filled with exception. The exception is then delegated to upper ODL layers.
  * This object is used for UDP communication - it also carries recipient address
+
  * @author michal.polkorab
  */
 public class UdpMessageListenerWrapper extends MessageListenerWrapper {