From 50fa57b39989adfa170d17341cdf7fe449fed880 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 May 2008 19:24:55 +0000 Subject: initial protocol schedule event --- sources/events/internal/ProtocolEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/events/internal/ProtocolEvent.java') diff --git a/sources/events/internal/ProtocolEvent.java b/sources/events/internal/ProtocolEvent.java index e5260db..7001394 100644 --- a/sources/events/internal/ProtocolEvent.java +++ b/sources/events/internal/ProtocolEvent.java @@ -16,10 +16,10 @@ public class ProtocolEvent extends VSAbstractEvent { /** The protocol classname. */ private String protocolClassname; - /** The is client protocol. */ + /** The event is a client protocol. */ private boolean isClientProtocol; /* true = client, false = server */ - /** The is protocol activation. */ + /** The event is a protocol activation. */ private boolean isProtocolActivation; /* true = activate, false = deactivate */ /* (non-Javadoc) -- cgit v1.2.3