From 8b7220b414da44508d3806051c065066933f85d1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 May 2008 04:18:37 +0000 Subject: a bit of refactoring --- sources/simulator/VSLogging.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/simulator/VSLogging.java') diff --git a/sources/simulator/VSLogging.java b/sources/simulator/VSLogging.java index f240e78..4570b0f 100644 --- a/sources/simulator/VSLogging.java +++ b/sources/simulator/VSLogging.java @@ -53,7 +53,7 @@ public class VSLogging { /** The logging lines. */ private ArrayList loggingLines; - /** The simulation canvas. */ + /** The simulator canvas. */ private VSSimulatorCanvas simulatorCanvas; /** The logging messages are filtered. */ @@ -79,11 +79,11 @@ public class VSLogging { } /** - * Sets the simulation canvas. + * Sets the simulator canvas. * - * @param simulatorCanvas the simulation canvas + * @param simulatorCanvas the simulator canvas */ - public void setSimulationCanvas(VSSimulatorCanvas simulatorCanvas) { + public void setSimulatorCanvas(VSSimulatorCanvas simulatorCanvas) { this.simulatorCanvas = simulatorCanvas; } -- cgit v1.2.3