From ac499946aa12d48e8bf3e5d91d78708d64a73daa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 May 2008 00:57:42 +0000 Subject: some javadoc fixes. --- sources/protocols/VSAbstractProtocol.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/protocols/VSAbstractProtocol.java') 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; -- cgit v1.2.3