summaryrefslogtreecommitdiff
path: root/sources/protocols/implementations/PingPongProtocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/protocols/implementations/PingPongProtocol.java')
-rw-r--r--sources/protocols/implementations/PingPongProtocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/PingPongProtocol.java b/sources/protocols/implementations/PingPongProtocol.java
index 5df152f..a7cf9fc 100644
--- a/sources/protocols/implementations/PingPongProtocol.java
+++ b/sources/protocols/implementations/PingPongProtocol.java
@@ -12,10 +12,10 @@ import protocols.VSProtocol;
* The Class PingPongProtocol.
*/
public class PingPongProtocol extends VSProtocol {
-
+
/** The client counter. */
private int clientCounter;
-
+
/** The server counter. */
private int serverCounter;