diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-10 01:18:05 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-10 01:18:05 +0000 |
| commit | 54d53866ce521dfaa44a6c5d1d97aec2365b5786 (patch) | |
| tree | 01696ba97c27ce7ba452ad740a6273694f4a995a /sources/events/VSAbstractEvent.java | |
| parent | 01a1338f8ee2f554ffac3f8088add33d9b8409d0 (diff) | |
renamed
Diffstat (limited to 'sources/events/VSAbstractEvent.java')
| -rw-r--r-- | sources/events/VSAbstractEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/events/VSAbstractEvent.java b/sources/events/VSAbstractEvent.java index 4714b96..444b12f 100644 --- a/sources/events/VSAbstractEvent.java +++ b/sources/events/VSAbstractEvent.java @@ -28,7 +28,7 @@ import java.io.*; import core.VSAbstractProcess; import core.VSInternalProcess; import exceptions.*; -import prefs.VSPrefs; +import prefs.*; import serialize.*; import utils.*; @@ -39,7 +39,7 @@ import utils.*; * * @author Paul C. Buetow */ -abstract public class VSAbstractEvent extends VSPrefs { +abstract public class VSAbstractEvent extends VSSerializablePrefs { /** The serial version uid */ private static final long serialVersionUID = 1L; |
