Author: nextgens
Date: 2009-04-17 20:07:41 +0000 (Fri, 17 Apr 2009)
New Revision: 26953

Modified:
   branches/nextgens-stuffs/freenet/src/freenet/io/comm/DMT.java
   branches/nextgens-stuffs/freenet/src/freenet/io/comm/MessageType.java
Log:
Get rid of useless things

Modified: branches/nextgens-stuffs/freenet/src/freenet/io/comm/DMT.java
===================================================================
--- branches/nextgens-stuffs/freenet/src/freenet/io/comm/DMT.java       
2009-04-17 19:03:04 UTC (rev 26952)
+++ branches/nextgens-stuffs/freenet/src/freenet/io/comm/DMT.java       
2009-04-17 20:07:41 UTC (rev 26953)
@@ -1556,7 +1556,4 @@
                
                return msg;
        }
-       
-       public static void init() { }
-
 }

Modified: branches/nextgens-stuffs/freenet/src/freenet/io/comm/MessageType.java
===================================================================
--- branches/nextgens-stuffs/freenet/src/freenet/io/comm/MessageType.java       
2009-04-17 19:03:04 UTC (rev 26952)
+++ branches/nextgens-stuffs/freenet/src/freenet/io/comm/MessageType.java       
2009-04-17 20:07:41 UTC (rev 26953)
@@ -38,10 +38,6 @@
        private final HashMap<String, Class<?>> _linkedListTypes = new 
HashMap<String, Class<?>>();
        private final boolean internalOnly;
        private final short priority;
-       
-       static {
-               DMT.init();
-       }
 
        public MessageType(String name, short priority) {
            this(name, priority, false);

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to