Update of /cvsroot/freenet/freenet/src/freenet/support
In directory sc8-pr-cvs1:/tmp/cvs-serv24032/src/freenet/support

Modified Files:
        RedBlackTree.java 
Log Message:
Remove the monolithic datastore, and about fscking time! Made rather easy by Eclipse.

Index: RedBlackTree.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/support/RedBlackTree.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- RedBlackTree.java   30 Oct 2003 01:34:01 -0000      1.4
+++ RedBlackTree.java   30 Oct 2003 02:39:38 -0000      1.5
@@ -32,9 +32,6 @@
 
 package freenet.support;
 
-import freenet.support.AbstractBinaryTree.AbstractNode;
-import freenet.support.BinaryTree.Node;
-
 /**
  * Originally adapted from GNU Classpath 0.02 -- java.util.TreeMap
  *

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to