Fix event firing in OioAcceptedSocketChanel which I broke before

This commit is contained in:
Norman Maurer 2011-11-05 08:45:33 +01:00
parent d176f4ae83
commit cc758aa3b6

View File

@ -70,9 +70,6 @@ class OioAcceptedSocketChannel extends OioSocketChannel {
} catch (IOException e) {
throw new ChannelException("Failed to obtain an OutputStream.", e);
}
fireChannelOpen(this);
fireChannelBound(this, getLocalAddress());
}
@Override