diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-30 01:29:54 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-30 01:29:54 +0000 |
| commit | 44b2141fd4d5f215827f48f0774c5cbdf6df5a7d (patch) | |
| tree | 00839ddd15a9676ed9d51956da7049c23dc3edbe /sources/events/internal/VSProtocolEvent.java | |
| parent | f458187663613d1c89a4c2eb91fd60e5e81b9fbd (diff) | |
cosmetic fixes for javadoc.
Diffstat (limited to 'sources/events/internal/VSProtocolEvent.java')
| -rw-r--r-- | sources/events/internal/VSProtocolEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/events/internal/VSProtocolEvent.java b/sources/events/internal/VSProtocolEvent.java index 2720fe7..274e714 100644 --- a/sources/events/internal/VSProtocolEvent.java +++ b/sources/events/internal/VSProtocolEvent.java @@ -8,8 +8,8 @@ import events.*; import protocols.VSAbstractProtocol; /** - * The Class VSProtocolEvent. This event is used if a protocol (server or - * client part) of a process gets enabled or disabled. An object of this class + * The class VSProtocolEvent. This event is used if a protocol (server or + * client part) of a process gets enabled or disabled, an object of this class * can be for 4 different purporses! Activation of the client protocol, * deactivation of the client protocol, activation of the server protocol, * deactivation of the server protocol. |
