DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4460>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4460

change DataType.dieOnCircularReference() from protected to public





------- Additional Comments From [EMAIL PROTECTED]  2003-06-16 15:35 -------
Something like this is necessary.
However, making dieOnCircularReference() public
would break backward compatiblity on third party classes
that extend DataType and provide their own
protected implementation of dieOnCircularReference().

A solution could be to make a new public
method in datatype: CheckDieOnCircularReference()
(or some such name), and get this method to call
dieOnCircularReference().

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to