diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-29 13:55:34 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-29 13:55:34 +0000 |
| commit | b8f2687296ad47626412e2a54f4916f7fabc4d6d (patch) | |
| tree | 247757bbb960ddceb5adefe89df2fd8115107bfc /sources/core/VSProcess.java | |
| parent | cd2024527c84e3e0fd22072a16ac1ff18e6d406d (diff) | |
Only relevant message delivering works.
Diffstat (limited to 'sources/core/VSProcess.java')
| -rw-r--r-- | sources/core/VSProcess.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index 7071ae2..73ba679 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -886,7 +886,7 @@ public class VSProcess extends VSPrefs { * * @return the simulation canvas */ - public VSSimulatorCanvas getSimulationCanvas() { + public VSSimulatorCanvas getSimulatorCanvas() { return simulationCanvas; } @@ -915,7 +915,7 @@ public class VSProcess extends VSPrefs { * * @param index the index the process has to get removed. */ - public void removeProcessAtIndex(int index) { + public void removedAProcessAtIndex(int index) { if (index < processNum) --processNum; |
