On Sat, Feb 16, 2002 at 06:02:43PM +0100, Goran Thyni wrote: > JDK 1.4 don't like to inherite from the nested interface > BinaryTree.Node
Can you say specifically what it is that is illegal about this? Or is this simply a bug in your JDK? <> > Should I commit these changes? I don't like committing fixes for things like this unless we can define exactly what it is that is that we can and cannot do. Not being able to use public internal classes and interfaces is a real bitch (even the JFC uses them in many places), and it would be hard to justify for compatibility with one rare JDK. -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
