From 44b2141fd4d5f215827f48f0774c5cbdf6df5a7d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 May 2008 01:29:54 +0000 Subject: cosmetic fixes for javadoc. --- sources/simulator/VSSimulator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/simulator/VSSimulator.java') 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 -- cgit v1.2.3