Author: toad
Date: 2007-12-14 15:27:18 +0000 (Fri, 14 Dec 2007)
New Revision: 16544
Modified:
trunk/freenet/src/freenet/io/comm/DMT.java
Log:
delete unused method
Modified: trunk/freenet/src/freenet/io/comm/DMT.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/DMT.java 2007-12-14 15:24:46 UTC (rev
16543)
+++ trunk/freenet/src/freenet/io/comm/DMT.java 2007-12-14 15:27:18 UTC (rev
16544)
@@ -1352,12 +1352,6 @@
addField(NODE_UIDS, ShortBuffer.class);
}};
- public static final Message createFNPSwapLocations(byte[] uids) {
- Message msg = new Message(FNPSwapNodeUIDs);
- msg.set(NODE_UIDS, new ShortBuffer(uids));
- return msg;
- }
-
public static final Message createFNPSwapLocations(long[] uids) {
Message msg = new Message(FNPSwapNodeUIDs);
msg.set(NODE_UIDS, new ShortBuffer(Fields.longsToBytes(uids)));