This works, but I agree with Eric that the c1.equals(c2) != c2.equals(c1) case is a little troubling. Perhaps just switching to c1.getClass() == c2.getClass() instead of instanceof might be better.
Mike On 6/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT > <http://issues.apache.org/bugzilla/show_bug.cgi?id=35365>. > ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· > INSERTED IN THE BUG DATABASE. > > http://issues.apache.org/bugzilla/show_bug.cgi?id=35365 > > > > > > ------- Additional Comments From [EMAIL PROTECTED] 2005-06-20 19:43 ------- > Folks, any objections to committing this patch? > > Oleg > > -- > Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug, or are watching the assignee. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
