Author: nextgens
Date: 2007-04-12 14:14:24 +0000 (Thu, 12 Apr 2007)
New Revision: 12603
Modified:
trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java
Log:
trivial; spare one allocation
Modified: trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java 2007-04-12
13:43:00 UTC (rev 12602)
+++ trunk/freenet/src/freenet/node/fcp/ShutdownMessage.java 2007-04-12
14:14:24 UTC (rev 12603)
@@ -14,7 +14,7 @@
}
public SimpleFieldSet getFieldSet() {
- return new SimpleFieldSet(true);
+ return null;
}
public String getName() {