summaryrefslogtreecommitdiff
path: root/sources/simulator/VSSimulatorCanvas.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-30 01:29:54 +0000
committerPaul Buetow <paul@buetow.org>2008-05-30 01:29:54 +0000
commit44b2141fd4d5f215827f48f0774c5cbdf6df5a7d (patch)
tree00839ddd15a9676ed9d51956da7049c23dc3edbe /sources/simulator/VSSimulatorCanvas.java
parentf458187663613d1c89a4c2eb91fd60e5e81b9fbd (diff)
cosmetic fixes for javadoc.
Diffstat (limited to 'sources/simulator/VSSimulatorCanvas.java')
-rw-r--r--sources/simulator/VSSimulatorCanvas.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/simulator/VSSimulatorCanvas.java b/sources/simulator/VSSimulatorCanvas.java
index 924c08f..909ce3d 100644
--- a/sources/simulator/VSSimulatorCanvas.java
+++ b/sources/simulator/VSSimulatorCanvas.java
@@ -19,7 +19,7 @@ import prefs.*;
import prefs.editors.*;
/**
- * The Class VSSimulatorCanvas. An instance of this object represents the
+ * The class VSSimulatorCanvas. An instance of this object represents the
* graphical paint area of a simulation. It contains all graphic calculations.
* Also the simulation thread takes place in this class in a loop! This class
* is probably the most cryptic of the whole simulator source code. This is
@@ -202,7 +202,7 @@ public class VSSimulatorCanvas extends Canvas implements Runnable {
private long messageLineCounter;
/**
- * The Class VSMessageLine. An object of this class represents a message
+ * The class VSMessageLine, an object of this class represents a message
* line drawn into the painting area.
*
* @author Paul C. Buetow