summaryrefslogtreecommitdiff
path: root/sources/protocols/VSAbstractProtocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/protocols/VSAbstractProtocol.java')
-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;