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/core/VSProcess.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/core/VSProcess.java') diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index 047b68d..dcde77a 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -19,6 +19,7 @@ import utils.*; * The Class VSProcess. A object of this class represents a process of a simulation. */ public class VSProcess extends VSPrefs { + private static final long serialVersionUID = 1L; /** The protocols to reset if the simulation is over or the reset button has been pressed. */ private ArrayList protocolsToReset; -- cgit v1.2.3