Updating comment to explain why a public constructor exists

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@792050 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-07-08 06:35:53 +00:00
parent 2a7a320d63
commit 8f9a5889e0
1 changed files with 2 additions and 1 deletions

View File

@ -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() {
}