Commit 29df9d92 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Imnproved javadoc comments.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3868 b35dd754-fafc-0310-a699-88a17e54d16e
parent b0b403fc
...@@ -191,7 +191,7 @@ public abstract class Session implements RoutableChannelHandler { ...@@ -191,7 +191,7 @@ public abstract class Session implements RoutableChannelHandler {
} }
/** /**
* Obtain the number of packets sent from the client to the server. * Increments the number of packets sent from the client to the server.
*/ */
public void incrementClientPacketCount() { public void incrementClientPacketCount() {
clientPacketCount++; clientPacketCount++;
...@@ -199,7 +199,7 @@ public abstract class Session implements RoutableChannelHandler { ...@@ -199,7 +199,7 @@ public abstract class Session implements RoutableChannelHandler {
} }
/** /**
* Obtain the number of packets sent from the server to the client. * Increments the number of packets sent from the server to the client.
*/ */
public void incrementServerPacketCount() { public void incrementServerPacketCount() {
serverPacketCount++; serverPacketCount++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment