From 5b6bf8d65ecd6b4b3cccc17314dd763255fb3856 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:48:22 +0000 Subject: Added private static final long serialVersionUID = 1L; Some docu update. --- sources/protocols/implementations/PingPongProtocol.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/protocols/implementations/PingPongProtocol.java') diff --git a/sources/protocols/implementations/PingPongProtocol.java b/sources/protocols/implementations/PingPongProtocol.java index a7cf9fc..0058934 100644 --- a/sources/protocols/implementations/PingPongProtocol.java +++ b/sources/protocols/implementations/PingPongProtocol.java @@ -12,6 +12,7 @@ import protocols.VSProtocol; * The Class PingPongProtocol. */ public class PingPongProtocol extends VSProtocol { + private static final long serialVersionUID = 1L; /** The client counter. */ private int clientCounter; -- cgit v1.2.3