summaryrefslogtreecommitdiff
path: root/sources/core/VSMessageStub.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-07 07:32:29 +0000
committerPaul Buetow <paul@buetow.org>2008-08-07 07:32:29 +0000
commitf33c1714f67627848983bc2f9d179bde63da3d80 (patch)
tree0fda416822e20c9895f7430eab68ba54220ba6bd /sources/core/VSMessageStub.java
parent5f388cca7c19d44a3928f4cfe7244faabeb2faff (diff)
written a lot
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);