summaryrefslogtreecommitdiff
path: root/sources/events/internal/ProtocolEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/events/internal/ProtocolEvent.java')
-rw-r--r--sources/events/internal/ProtocolEvent.java4
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)