You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/07/08 08:35:53 UTC

svn commit: r792050 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/EnumUtils.java

Author: bayard
Date: Wed Jul  8 06:35:53 2009
New Revision: 792050

URL: http://svn.apache.org/viewvc?rev=792050&view=rev
Log:
Updating comment to explain why a public constructor exists

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/EnumUtils.java

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/EnumUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/EnumUtils.java?rev=792050&r1=792049&r2=792050&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/EnumUtils.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/EnumUtils.java Wed Jul  8 06:35:53 2009
@@ -27,7 +27,8 @@
 public class EnumUtils {
     
     /**
-     * Constructor. This class should not normally be instantiated.
+     * <p>This constructor is public to permit tools that require a JavaBean
+     * instance to operate.</p>
      */
     public EnumUtils() {
     }