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/events/VSEvent.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/events/VSEvent.java') diff --git a/sources/events/VSEvent.java b/sources/events/VSEvent.java index eba60b1..28abf8c 100644 --- a/sources/events/VSEvent.java +++ b/sources/events/VSEvent.java @@ -11,6 +11,8 @@ import prefs.VSPrefs; * The Class VSEvent. */ abstract public class VSEvent extends VSPrefs { + private static final long serialVersionUID = 1L; + /** The prefs. */ protected VSPrefs prefs; -- cgit v1.2.3