Author: xor
Date: 2008-10-29 20:46:52 +0000 (Wed, 29 Oct 2008)
New Revision: 23197
Modified:
trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java
Log:
Compile-fix.
Modified: trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java
===================================================================
--- trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java 2008-10-29
20:39:41 UTC (rev 23196)
+++ trunk/plugins/FMSPlugin/WoT/FMSMessageManagerWoT.java 2008-10-29
20:46:52 UTC (rev 23197)
@@ -54,7 +54,7 @@
}
private synchronized void onMessageReceived(String newMessageData)
throws UpdatableSortedLinkedListKilledException {
- FMSMessageWoT newMessage = new FMSMessageWoT(null, null, null,
null, null, null, null, null);
+ FMSMessageWoT newMessage = new FMSMessageWoT(null, null, null,
null, null, null, null, null, null);
String boardName = "";
String boardDescription = "";
FMSBoard board = getBoardByName(boardName);