You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/08/26 07:41:27 UTC

DO NOT REPLY [Bug 30855] - additional constructor for EqualsBuilder

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=30855>.
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=30855

additional constructor for EqualsBuilder





------- Additional Comments From ggregory@seagullsw.com  2004-08-26 05:41 -------
Addressing: "Finally, can they change the member "isEquals" from private to
protected?  At present, I cannot subclass EqualsBuilder and use this member."

I've added (in CVS now):

protected void setEquals(boolean isEquals)

which in conjunction with:

public boolean isEquals()

allows one to access the isEquals.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org