Line wrap at 80

This commit is contained in:
Trustin Lee 2010-01-09 00:52:20 +00:00
parent 6e228216b4
commit a1d7a75ff4

View File

@ -438,9 +438,9 @@ class NioDatagramWorker implements Runnable {
static void write(final NioDatagramChannel channel, static void write(final NioDatagramChannel channel,
final boolean mightNeedWakeup) { final boolean mightNeedWakeup) {
/* /*
* Note that we are not checking if the channel is connected. Connected has a different * Note that we are not checking if the channel is connected. Connected
* meaning in UDP and means that the channels socket is configured to only send and * has a different meaning in UDP and means that the channels socket is
* receive from a given remote peer. * configured to only send and receive from a given remote peer.
*/ */
if (!channel.isOpen()) { if (!channel.isOpen()) {
cleanUpWriteBuffer(channel); cleanUpWriteBuffer(channel);