From ace76b508e2f6c1bc420112306ebee52f478de13 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 18 May 2008 20:20:53 +0000 Subject: Process Crash and Process Recover Events work with the new Task maanger. --- sources/events/VSEvent.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sources/events/VSEvent.java') 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); } -- cgit v1.2.3