svn commit: r201882 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: enum/ enums/ exception/ math/

2005-06-26 Thread stevencaswell
Author: stevencaswell Date: Sun Jun 26 10:45:54 2005 New Revision: 201882 URL: http://svn.apache.org/viewcvs?rev=201882view=rev Log: corrected style issues (mostly empty blocks and missing javadocs) Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/enum/Enum.java

Re: svn commit: r201882 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: enum/ enums/ exception/ math/

2005-06-26 Thread Stephen Colebourne
[EMAIL PROTECTED] wrote: Log: corrected style issues (mostly empty blocks and missing javadocs) * pRestrictive constructor./p */ private Entry() { + ; // empty constructor } } I would suggest the following as a more logical way to handle this

Re: svn commit: r201882 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: enum/ enums/ exception/ math/

2005-06-26 Thread Steven Caswell
Sounds reasonable. I'll make the code change, but I don't think there is a checkstyle rule that will enforce it. On 6/26/05, Stephen Colebourne [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Log: corrected style issues (mostly empty blocks and missing javadocs) * pRestrictive