summaryrefslogtreecommitdiff
path: root/sources/simulator/VSLogging.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-31 04:18:37 +0000
committerPaul Buetow <paul@buetow.org>2008-05-31 04:18:37 +0000
commit8b7220b414da44508d3806051c065066933f85d1 (patch)
tree42eb845e68e4a2222d52a43ffbcd4cac4a241e8d /sources/simulator/VSLogging.java
parent240a13415775a92f221b8b1fdda66258ae371cb1 (diff)
a bit of refactoring
Diffstat (limited to 'sources/simulator/VSLogging.java')
-rw-r--r--sources/simulator/VSLogging.java8
1 files changed, 4 insertions, 4 deletions
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<StringBuffer> 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;
}