summaryrefslogtreecommitdiff
path: root/sources/core/VSProcess.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-29 13:55:34 +0000
committerPaul Buetow <paul@buetow.org>2008-05-29 13:55:34 +0000
commitb8f2687296ad47626412e2a54f4916f7fabc4d6d (patch)
tree247757bbb960ddceb5adefe89df2fd8115107bfc /sources/core/VSProcess.java
parentcd2024527c84e3e0fd22072a16ac1ff18e6d406d (diff)
Only relevant message delivering works.
Diffstat (limited to 'sources/core/VSProcess.java')
-rw-r--r--sources/core/VSProcess.java4
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;