summaryrefslogtreecommitdiff
path: root/sources/simulator/VSSimulator.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/simulator/VSSimulator.java')
-rw-r--r--sources/simulator/VSSimulator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/simulator/VSSimulator.java b/sources/simulator/VSSimulator.java
index be368fd..3eedfdc 100644
--- a/sources/simulator/VSSimulator.java
+++ b/sources/simulator/VSSimulator.java
@@ -19,7 +19,7 @@ import prefs.editors.*;
import utils.*;
/**
- * The Class VSSimulator. An object of this class represents a whole simulation.
+ * The class VSSimulator, an object of this class represents a whole simulation.
* It may be, that several parallel simulations exist. They are independent
* fron each other.
*
@@ -138,7 +138,7 @@ public class VSSimulator extends JPanel {
private static int simulationNum;
/**
- * The Class VSTaskManagerTableModel. An object of this class handles
+ * The class VSTaskManagerTableModel, an object of this class handles
* the task manager's JTable.
*/
private class VSTaskManagerTableModel extends AbstractTableModel