>>>>> "Anthony" == Anthony Balkissoon <[EMAIL PROTECTED]> writes:
Anthony> Also, I forgot to put the GNU Classpath header in
Anthony> RoundingMode, but this patch includes it.
For some reason the generics branch doesn't have this header
template... some merge problem I supposed, but I haven't looked.
Anthony> + public int hashCode()
Anthony> + {
Anthony> + //FIXME: Not sure what to do here.
Anthony> + return super.hashCode();
Anthony> + }
Just invent some function that uses the data local to the class.
Tom