Skip to content

Commit

Permalink
Fix a typo in ObjectEchoClientHandler
Browse files Browse the repository at this point in the history
This fixes netty#510 in master

Signed-off-by: Cruz Julian Bishop <[email protected]>
  • Loading branch information
CruzBishop committed Aug 14, 2012
1 parent ad534ef commit af0a7ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void channelActive(ChannelHandlerContext ctx) throws Exception {

@Override
public void messageReceived(ChannelHandlerContext ctx, List<Integer> msg) throws Exception {
// Echo back the received object to the client.
// Echo back the received object to the server.
ctx.write(msg);
}

Expand Down

0 comments on commit af0a7ea

Please sign in to comment.