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 > > I renamed the interface to BinaryTreeNode and placed it i a > new file freenet/support/BinaryTreeNode.java > > Had to implement the namechange is some classes implementing > from or using the Interface. > But I think it is a good thing since Node is used in another > context in the code. > > Should I commit these changes?
No. I have talked to several people who are compiling Fred with JDK 1.4 without any difficulties or modifications (as we'd expect, since JDK1.4 should be backwards compatible with 1.3). We need to pin down and fix whatever is causing your problem. -tc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 240 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020216/9fd9e1e8/attachment.pgp>
