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/simulator/VSLogging.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/simulator/VSLogging.java') diff --git a/sources/simulator/VSLogging.java b/sources/simulator/VSLogging.java index 49d0b59..b89751c 100644 --- a/sources/simulator/VSLogging.java +++ b/sources/simulator/VSLogging.java @@ -15,6 +15,7 @@ import utils.*; * The Class VSLogging. */ public class VSLogging { + private static final long serialVersionUID = 1L; /** The logging area. */ private JTextArea loggingArea; -- cgit v1.2.3