Fix example

This commit is contained in:
norman 2012-06-06 07:52:46 +02:00
parent 2aea5291bd
commit fd7767ccda

View File

@ -31,7 +31,7 @@ public class SecureChatServer {
this.port = port;
}
public void run() {
public void run() throws InterruptedException {
ServerBootstrap b = new ServerBootstrap();
try {
b.eventLoop(new NioEventLoop(), new NioEventLoop())