Also, make the constructor public. Allows scripting tools that can't handle statics to call it. Put a Javadoc comment on the constructor - see any Lang/Collections/IO XxxUtils class.
Hen On 3/4/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > yes, XxxUtils is the commons standard. > Stephen > > James Carman wrote: > > Wouldn't this class be better named, PoolUtils? > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Saturday, March 04, 2006 12:42 AM > > To: [EMAIL PROTECTED] > > Subject: svn commit: r383042 - in /jakarta/commons/proper/pool/trunk/src: > > java/org/apache/commons/pool/Pools.java > > test/org/apache/commons/pool/TestPools.java > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
