diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-26 19:24:55 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-26 19:24:55 +0000 |
| commit | 50fa57b39989adfa170d17341cdf7fe449fed880 (patch) | |
| tree | 26e0fcccd28f0867d97145058bb159046600124d /sources/events/internal/ProtocolEvent.java | |
| parent | d90c63eb9cff4463f199ed50bdc183ec79a436d8 (diff) | |
initial protocol schedule event
Diffstat (limited to 'sources/events/internal/ProtocolEvent.java')
| -rw-r--r-- | sources/events/internal/ProtocolEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
