summaryrefslogtreecommitdiff
path: root/sources/core/VSProcess.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/VSProcess.java')
-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. */