From dda68e02570d7dbdc82ce56123ebb4da989acafe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 May 2008 04:28:38 +0000 Subject: yet another bugfix --- sources/core/VSProcess.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/core/VSProcess.java') diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index 0c9694e..31bbab6 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -88,9 +88,9 @@ public class VSProcess extends VSPrefs { private VSVectorTime vectorTime; /** The tasks of the process. DO ONLY MANIPULATE THIS OBJECT WITHIN THE - * VSTaskManager CLASS! OTHERWISE THE SYNCHRONIZATION IS WRONG! Use the - * VSProcess.getTasks() method to get a reference to this object within the - * VSTaskManager! */ + * VSTaskManager CLASS! OTHERWISE THE SYNCHRONIZATION IS WRONG! Use the + * VSProcess.getTasks() method to get a reference to this object within the + * VSTaskManager! */ private VSPriorityQueue tasks; /** The process has crashed. But may be working again. */ -- cgit v1.2.3