summaryrefslogtreecommitdiff
path: root/sources/core/VSMessageStub.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-07 22:09:42 +0000
committerPaul Buetow <paul@buetow.org>2008-08-07 22:09:42 +0000
commit35e3bca5989558441813f49f359cc5d9a83e96c3 (patch)
treeca9d677db0a4558b093348e0cec702a1492315d4 /sources/core/VSMessageStub.java
parent2a74626954f00f3403b10c2a5160c0c4d1814aad (diff)
codelinelength and formatted
Diffstat (limited to 'sources/core/VSMessageStub.java')
-rw-r--r--sources/core/VSMessageStub.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/core/VSMessageStub.java b/sources/core/VSMessageStub.java
index eaa8929..b320fa0 100644
--- a/sources/core/VSMessageStub.java
+++ b/sources/core/VSMessageStub.java
@@ -43,8 +43,8 @@ public class VSMessageStub {
/**
* The constructor of the message stub. Creates a new message stub object.
- *
- * @param message the message
+ *
+ * @param message the message
*/
public VSMessageStub(VSMessage message) {
this.message = message;
@@ -55,7 +55,7 @@ public class VSMessageStub {
*/
public void init(VSInternalProcess process, String protocolClassname,
boolean isServerMessage) {
- message.init(process, protocolClassname, isServerMessage);
+ message.init(process, protocolClassname, isServerMessage);
}
}