Remove trailing whitespace

This commit is contained in:
Trustin Lee 2012-06-08 11:14:47 +09:00
parent 8970ee751c
commit 493e77a5a7
7 changed files with 21 additions and 25 deletions

View File

@ -21,4 +21,3 @@
* then {@link io.netty.example.http.websocketx.client.WebSocketClient}.
*/
package io.netty.example.http.websocketx.client;

View File

@ -24,4 +24,3 @@
* ws://localhost:8080/websocket.
*/
package io.netty.example.http.websocketx.server;

View File

@ -33,4 +33,3 @@
* <a href="http://download.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html">giude</a>.
*/
package io.netty.example.http.websocketx.sslserver;

View File

@ -72,6 +72,5 @@ public class ChannelFutureAggregator implements ChannelFutureListener {
}
}
}
}