Folks,

In Attributes.java, there is a single use of commons logging :

public static AttributeFinder getAttributeFinder() {
....
} catch (Exception e) {
logger.warn("failed to initialize specified implementation " +
"of AttributeFinder, using default", e);
}
....
}

Is there a chance that we could eliminate this use given that the system recovers with the instantiation of a default AttributeFinder ?

It would be really useful :-)

Regards,

- Paul


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

Reply via email to