Author: xor
Date: 2008-10-29 20:39:41 +0000 (Wed, 29 Oct 2008)
New Revision: 23196

Modified:
   trunk/plugins/FMSPlugin/WoT/FMSMessageWoT.java
Log:
Reflect interface changes.

Modified: trunk/plugins/FMSPlugin/WoT/FMSMessageWoT.java
===================================================================
--- trunk/plugins/FMSPlugin/WoT/FMSMessageWoT.java      2008-10-29 20:29:56 UTC 
(rev 23195)
+++ trunk/plugins/FMSPlugin/WoT/FMSMessageWoT.java      2008-10-29 20:39:41 UTC 
(rev 23196)
@@ -21,9 +21,9 @@
  */
 public class FMSMessageWoT extends FMSMessage {

-       public FMSMessageWoT(FreenetURI newURI, FreenetURI newParentURI, 
Set<FMSBoard> newBoards, FMSIdentity newAuthor, String newTitle,
-                       Date newDate, String newText, List<FreenetURI> 
newAttachments) {
-               super(newURI, newParentURI, newBoards, newAuthor, newTitle, 
newDate, newText, newAttachments);
+       public FMSMessageWoT(FreenetURI newURI, FreenetURI newThreadURI, 
FreenetURI newParentURI, Set<FMSBoard> newBoards, FMSIdentity newAuthor,
+                       String newTitle, Date newDate, String newText, 
List<FreenetURI> newAttachments) {
+               super(newURI, newThreadURI, newParentURI, newBoards, newAuthor, 
newTitle, newDate, newText, newAttachments);
                // TODO Auto-generated constructor stub
        }



Reply via email to