diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-07 22:09:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-07 22:09:42 +0000 |
| commit | 35e3bca5989558441813f49f359cc5d9a83e96c3 (patch) | |
| tree | ca9d677db0a4558b093348e0cec702a1492315d4 /sources/core/VSMessage.java | |
| parent | 2a74626954f00f3403b10c2a5160c0c4d1814aad (diff) | |
codelinelength and formatted
Diffstat (limited to 'sources/core/VSMessage.java')
| -rw-r--r-- | sources/core/VSMessage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java index 388f3d0..c896828 100644 --- a/sources/core/VSMessage.java +++ b/sources/core/VSMessage.java @@ -94,7 +94,7 @@ public class VSMessage extends VSPrefs { * @param isServerMessage Sets if the message has been sent by a server. */ void init(VSInternalProcess process, String protocolClassname, - boolean isServerMessage) { + boolean isServerMessage) { this.sendingProcess = process; this.protocolClassname = protocolClassname; this.isServerMessage = isServerMessage; |
