From 35e3bca5989558441813f49f359cc5d9a83e96c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Aug 2008 22:09:42 +0000 Subject: codelinelength and formatted --- sources/core/VSMessage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/core/VSMessage.java') 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; -- cgit v1.2.3