summaryrefslogtreecommitdiff
path: root/sources/core/VSMessageStub.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/VSMessageStub.java')
-rw-r--r--sources/core/VSMessageStub.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/sources/core/VSMessageStub.java b/sources/core/VSMessageStub.java
index ac70e0b..eaa8929 100644
--- a/sources/core/VSMessageStub.java
+++ b/sources/core/VSMessageStub.java
@@ -44,13 +44,15 @@ public class VSMessageStub {
/**
* The constructor of the message stub. Creates a new message stub object.
*
- * @message the message
+ * @param message the message
*/
public VSMessageStub(VSMessage message) {
this.message = message;
}
-
+ /* (non-Javadoc)
+ * @see core.VSMessage#init(VSInternalProcess, java.util.String, boolean)
+ */
public void init(VSInternalProcess process, String protocolClassname,
boolean isServerMessage) {
message.init(process, protocolClassname, isServerMessage);