diff options
Diffstat (limited to 'sources/core/VSProcess.java')
| -rw-r--r-- | sources/core/VSProcess.java | 1 |
1 files changed, 1 insertions, 0 deletions
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<VSProtocol> protocolsToReset; |
