modules/graphics/src/main/java/com/sun/scenario/effect/FilterContext.java

Print this page

        

*** 42,57 **** public final Object getReferent() { return referent; } @Override ! public final int hashCode() { return referent.hashCode(); } @Override ! public final boolean equals(Object o) { if (!(o instanceof FilterContext)) { return false; } FilterContext that = (FilterContext)o; return referent.equals(that.referent); --- 42,57 ---- public final Object getReferent() { return referent; } @Override ! public int hashCode() { return referent.hashCode(); } @Override ! public boolean equals(Object o) { if (!(o instanceof FilterContext)) { return false; } FilterContext that = (FilterContext)o; return referent.equals(that.referent);