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/core/VSProcess.java | 2 +- sources/core/VSTask.java | 2 +- sources/core/VSTaskManager.java | 2 +- sources/core/time/VSLamportTime.java | 2 +- sources/core/time/VSVectorTime.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sources/core') diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index 73ba679..b6135d4 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -16,7 +16,7 @@ import simulator.*; import utils.*; /** - * The Class VSProcess. A object of this class represents a process of a + * The class VSProcess, an object of this class represents a process of a * simulation. * * @author Paul C. Buetow diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index b609704..baf030a 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -11,7 +11,7 @@ import prefs.VSPrefs; import protocols.VSAbstractProtocol; /** - * The Class VSTask. An object of this class represents a task to do or done. + * The class VSTask, an object of this class represents a task to do or done. * All tasks are managed by the task manager. There are local and global timed * tasks. Local timed tasks are being fullfilled if the process' local time is * reached. Global timed tasks are being fullfilled if the simulation's time is diff --git a/sources/core/VSTaskManager.java b/sources/core/VSTaskManager.java index 189665a..5878a85 100644 --- a/sources/core/VSTaskManager.java +++ b/sources/core/VSTaskManager.java @@ -10,7 +10,7 @@ import prefs.*; import utils.*; /** - * The Class VSTaskManager. The task manager is responsible that all tasks + * The class VSTaskManager. The task manager is responsible that all tasks * will get fullfilled in the correct order. Please also read the javadoc * of the VSTask class. It describes the difference between local and global * timed tasks. diff --git a/sources/core/time/VSLamportTime.java b/sources/core/time/VSLamportTime.java index 25ad8af..af72a74 100644 --- a/sources/core/time/VSLamportTime.java +++ b/sources/core/time/VSLamportTime.java @@ -5,7 +5,7 @@ package core.time; /** - * The Class VSLamportTime. This class defined how the lamport + * The class VSLamportTime. This class defined how the lamport * timestamps are represented. * * @author Paul C. Buetow diff --git a/sources/core/time/VSVectorTime.java b/sources/core/time/VSVectorTime.java index 5a52f96..d999a48 100644 --- a/sources/core/time/VSVectorTime.java +++ b/sources/core/time/VSVectorTime.java @@ -7,7 +7,7 @@ package core.time; import java.util.ArrayList; /** - * The Class VSVectorTime. This class defined how the vector + * The class VSVectorTime. This class defined how the vector * timestamps are represented. * * @author Paul C. Buetow -- cgit v1.2.3