Just wanted to make sure I wasn't removing anything important. I figured it was debugging for the reflection stuff you were working on.

Dennis

Owen O'Malley wrote:

On Jun 28, 2006, at 1:31 PM, Dennis Kubes wrote:

Anybody know what this code is the configuration constructor is for?
if (LOG.isDebugEnabled()) {
LOG.debug(StringUtils.stringifyException(new IOException("config()")));
   }

That looks like something I would have done. Sorry about that. It is debugging code (obviously) that is effectively printing a call stack when that method is called.

-- Owen

Reply via email to