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/VSTaskManager.java | |
| parent | 240a13415775a92f221b8b1fdda66258ae371cb1 (diff) | |
a bit of refactoring
Diffstat (limited to 'sources/core/VSTaskManager.java')
| -rw-r--r-- | sources/core/VSTaskManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/core/VSTaskManager.java b/sources/core/VSTaskManager.java index 15d9eef..96bbb9e 100644 --- a/sources/core/VSTaskManager.java +++ b/sources/core/VSTaskManager.java @@ -72,8 +72,8 @@ public class VSTaskManager { } /** - * Run tasks. This method gets called by the simulation canvas repeatedly. - * Almost all simulation actions take place in this method. + * Run tasks. This method gets called by the simulator canvas repeatedly. + * Almost all simulator actions take place in this method. * * @param step the step * @param offset the offset |
