Author: toad
Date: 2007-04-18 19:23:54 +0000 (Wed, 18 Apr 2007)
New Revision: 12793

Modified:
   trunk/freenet/src/freenet/io/comm/Message.java
Log:
Really fix the build

Modified: trunk/freenet/src/freenet/io/comm/Message.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/Message.java      2007-04-18 19:21:10 UTC 
(rev 12792)
+++ trunk/freenet/src/freenet/io/comm/Message.java      2007-04-18 19:23:54 UTC 
(rev 12793)
@@ -184,7 +184,11 @@
                _payload.put(key, value);
        }

-       public byte[] encodeToPacket(PeerContext destination, boolean 
includeSubMessages, boolean isSubMessage) {
+       public byte[] encodeToPacket(PeerContext destination) {
+               return encodeToPacket(destination, true, false);
+       }
+       
+       private byte[] encodeToPacket(PeerContext destination, boolean 
includeSubMessages, boolean isSubMessage) {
 //             if (this.getSpec() != MessageTypes.ping && this.getSpec() != 
MessageTypes.pong)
 //             Logger.logMinor("<<<<< Send message : " + this);



Reply via email to