John McNally <[EMAIL PROTECTED]> writes:

>> cvs rm ...ObjectUtils.java
>
> I use this class.  I am sure others do also.  This class used to belong
> to the utility code found in Turbine-2 and was moved here as torque was
> using the equals method.  Not every class in Turbine had to be used by
> the turbine package.  It can be there to be used by application code. 
> It seems like this code belongs more in a package within the commons
> repo, but until it is moved to a more appropriate location within
> jakarta, I want it left where it is.  And I do not see any reason torque
> should not use it.

I added it to the Commons Util package when I created it in tthe
Commons Sandbox.  I recommend adding the comment, changing the import
using the regex
's/(org\.apache)\.torque\.(util\.ObjectUtils)/$1.commons.$2/', and
dropping the copy from Torque (Commons Util is already an established
Torque dependency).

Daniel

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

Reply via email to