summaryrefslogtreecommitdiff
path: root/sources/protocols
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-30 00:57:42 +0000
committerPaul Buetow <paul@buetow.org>2008-05-30 00:57:42 +0000
commitac499946aa12d48e8bf3e5d91d78708d64a73daa (patch)
treed670db6d5b7f175e25d828d3da6f578c53fbe442 /sources/protocols
parentb82536ec35d01fd1195a11733203be7c1c008ad6 (diff)
some javadoc fixes.
Diffstat (limited to 'sources/protocols')
-rw-r--r--sources/protocols/VSAbstractProtocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/VSAbstractProtocol.java b/sources/protocols/VSAbstractProtocol.java
index 70277de..a90f2d3 100644
--- a/sources/protocols/VSAbstractProtocol.java
+++ b/sources/protocols/VSAbstractProtocol.java
@@ -200,7 +200,7 @@ abstract public class VSAbstractProtocol extends VSAbstractEvent {
/**
* Checks if is server.
*
- * @param isServer the is server
+ * @return true, if the protocol has activated the server part
*/
public final boolean isServer() {
return isServer;
@@ -218,7 +218,7 @@ abstract public class VSAbstractProtocol extends VSAbstractEvent {
/**
* Checks if is client.
*
- * @param isClient the is client
+ * @return true, if the protocol has activated the client part
*/
public final boolean isClient() {
return isClient;