On Monday, October 7, 2002, at 07:54 AM, Marcus Crafter wrote: > Thanks mate. I had a look at the class, and stumbled across: > > org.apache.excalibur.configuration.ConfigurationUtil.equals() > > which is exactly what I was after! :) > > BTW - We could move this method into o.a.a.f.c.AbstractConfiguration > as > Greg suggested, anyone see any problems there ?
Copy, yes. Move no. Since Configuration is an interface, you are not guaranteed to have an implementation that extends AbstractConfiguration. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
