diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-31 04:28:38 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-31 04:28:38 +0000 |
| commit | dda68e02570d7dbdc82ce56123ebb4da989acafe (patch) | |
| tree | feaade7155347fa73b817b2728974876cc6d02e5 /sources/core | |
| parent | 8b7220b414da44508d3806051c065066933f85d1 (diff) | |
yet another bugfix
Diffstat (limited to 'sources/core')
| -rw-r--r-- | sources/core/VSProcess.java | 6 |
1 files changed, 3 insertions, 3 deletions
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<VSTask> tasks; /** The process has crashed. But may be working again. */ |
