summaryrefslogtreecommitdiff
path: root/sources/core
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-31 04:28:38 +0000
committerPaul Buetow <paul@buetow.org>2008-05-31 04:28:38 +0000
commitdda68e02570d7dbdc82ce56123ebb4da989acafe (patch)
treefeaade7155347fa73b817b2728974876cc6d02e5 /sources/core
parent8b7220b414da44508d3806051c065066933f85d1 (diff)
yet another bugfix
Diffstat (limited to 'sources/core')
-rw-r--r--sources/core/VSProcess.java6
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. */