Re: Code in Configuration Constructor

2006-06-28 Thread Dennis Kubes
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.

Re: Code in Configuration Constructor

2006-06-28 Thread Owen O'Malley
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.

Code in Configuration Constructor

2006-06-28 Thread Dennis Kubes
Anybody know what this code is the configuration constructor is for? if (LOG.isDebugEnabled()) { LOG.debug(StringUtils.stringifyException(new IOException("config()"))); }