diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-18 20:20:53 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-18 20:20:53 +0000 |
| commit | ace76b508e2f6c1bc420112306ebee52f478de13 (patch) | |
| tree | afaba5e0bbaf5a8e063e168ae478eae7f8056407 /sources/events/VSEvent.java | |
| parent | 5d50dcd635b9f17eb89688650860730b8e3e859f (diff) | |
Process Crash and Process Recover Events work with the new Task maanger.
Diffstat (limited to 'sources/events/VSEvent.java')
| -rw-r--r-- | sources/events/VSEvent.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/events/VSEvent.java b/sources/events/VSEvent.java index 1ce8570..130d1f5 100644 --- a/sources/events/VSEvent.java +++ b/sources/events/VSEvent.java @@ -12,7 +12,7 @@ abstract public class VSEvent extends VSPrefs { this.process = process; this.prefs = process.getPrefs(); - onInit(); + onInit(); } protected final void setClassname(String eventClassname) { @@ -31,7 +31,6 @@ abstract public class VSEvent extends VSPrefs { } public final String getShortname() { - System.out.println("getShortname " + eventClassname); return VSRegisteredEvents.getShortname(eventClassname); } |
