From eea3451c81af9a880caf63cc491cc39ef65e2de9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 May 2008 04:07:52 +0000 Subject: some comment --- sources/core/VSProcess.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sources/core/VSProcess.java') diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index c5a90d9..e0392fc 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -87,7 +87,10 @@ public class VSProcess extends VSPrefs { /** The vector time. */ private VSVectorTime vectorTime; - /** The tasks of the process. */ + /** 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! */ private VSPriorityQueue tasks; /** The process has crashed. But may be working again. */ @@ -959,7 +962,7 @@ public class VSProcess extends VSPrefs { /** * Sets the tasks of the process. * - * @tasks The tasks + * @param tasks The tasks */ public void setTasks(VSPriorityQueue tasks) { this.tasks = tasks; -- cgit v1.2.3