From 0e2e70d5a393024f3ae4a3a3560b4df51075000a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 11 Jun 2008 09:48:10 +0000 Subject: More javadoc. Several bugfixes. New feauture: Boolean: sim.periodic A lot of more which i forgot! --- sources/core/time/VSLamportTime.java | 3 +-- sources/core/time/VSVectorTime.java | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'sources/core/time') diff --git a/sources/core/time/VSLamportTime.java b/sources/core/time/VSLamportTime.java index aab598a..165adfc 100644 --- a/sources/core/time/VSLamportTime.java +++ b/sources/core/time/VSLamportTime.java @@ -24,8 +24,7 @@ package core.time; /** - * The class VSLamportTime. This class defined how the lamport - * timestamps are represented. + * The class VSLamportTime, defines 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 1c30af6..ebd5438 100644 --- a/sources/core/time/VSVectorTime.java +++ b/sources/core/time/VSVectorTime.java @@ -26,8 +26,7 @@ package core.time; import java.util.ArrayList; /** - * The class VSVectorTime. This class defined how the vector - * timestamps are represented. + * The class VSVectorTime, defined how the vector timestamps are represented. * * @author Paul C. Buetow */ -- cgit v1.2.3