Author: toad
Date: 2007-08-15 21:31:04 +0000 (Wed, 15 Aug 2007)
New Revision: 14712

Modified:
   trunk/freenet/src/freenet/io/comm/MessageFilter.java
Log:
Maybe speed up matching slightly?

Modified: trunk/freenet/src/freenet/io/comm/MessageFilter.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/MessageFilter.java        2007-08-15 
18:12:29 UTC (rev 14711)
+++ trunk/freenet/src/freenet/io/comm/MessageFilter.java        2007-08-15 
21:31:04 UTC (rev 14712)
@@ -29,7 +29,7 @@
  * To change the template for this generated type comment go to Window - 
Preferences - Java - Code Generation - Code and
  * Comments
  */
-public class MessageFilter {
+public final class MessageFilter {

     public static final String VERSION = "$Id: MessageFilter.java,v 1.7 
2005/08/25 17:28:19 amphibian Exp $";



Reply via email to