https://bz.apache.org/bugzilla/show_bug.cgi?id=68068
--- Comment #1 from John Engebretson <[email protected]> --- Perhaps a simpler solution is to change Node from an interface to an abstract class, then have SimpleNode extends Node rather than implement it. This achieves the same ends with more targeted and isolated changes. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
