diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-31 04:18:37 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-31 04:18:37 +0000 |
| commit | 8b7220b414da44508d3806051c065066933f85d1 (patch) | |
| tree | 42eb845e68e4a2222d52a43ffbcd4cac4a241e8d /sources/core/VSTask.java | |
| parent | 240a13415775a92f221b8b1fdda66258ae371cb1 (diff) | |
a bit of refactoring
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 47de17b..d1e122e 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -33,7 +33,7 @@ import protocols.VSAbstractProtocol; * The class VSTask, an object of this class represents a task to do or done. * All tasks are managed by the task manager. There are local and global timed * tasks. Local timed tasks are being fullfilled if the process' local time is - * reached. Global timed tasks are being fullfilled if the simulation's time is + * reached. Global timed tasks are being fullfilled if the simulator's time is * reached. * * @author Paul C. Buetow @@ -61,7 +61,7 @@ public class VSTask implements Comparable { /** The process to run the task at. */ private VSProcess process; - /** The simulation's default prefs. */ + /** The simulator's default prefs. */ private VSPrefs prefs; /** The task is programmed. The task will be still in the task manager |
