Thats probably important
This commit is contained in:
parent
688358aa33
commit
9c6372c3ba
@ -94,6 +94,7 @@ public class UnifyPair {
|
|||||||
substitution = uni;
|
substitution = uni;
|
||||||
basePair = base;
|
basePair = base;
|
||||||
this.location = location;
|
this.location = location;
|
||||||
|
this.fBounded = fBounded;
|
||||||
|
|
||||||
// Caching hashcode
|
// Caching hashcode
|
||||||
hashCode = 17 + 31 * lhs.hashCode() + 31 * rhs.hashCode() + 31 * pairOp.hashCode();
|
hashCode = 17 + 31 * lhs.hashCode() + 31 * rhs.hashCode() + 31 * pairOp.hashCode();
|
||||||
|
Loading…
Reference in New Issue
Block a user