summaryrefslogtreecommitdiff
path: root/sources/core/VSMessage.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/VSMessage.java')
-rw-r--r--sources/core/VSMessage.java2
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;