diff --git a/src/java/org/apache/commons/lang/CharSetUtils.java b/src/java/org/apache/commons/lang/CharSetUtils.java
index be7b3726b..648b7d796 100644
--- a/src/java/org/apache/commons/lang/CharSetUtils.java
+++ b/src/java/org/apache/commons/lang/CharSetUtils.java
@@ -63,10 +63,19 @@ import java.util.LinkedList;
*
* @author Henri Yandell
* @author Stephen Colebourne
- * @version $Id: CharSetUtils.java,v 1.3 2002/07/21 20:19:50 bayard Exp $
+ * @version $Id: CharSetUtils.java,v 1.4 2002/09/18 19:55:32 scolebourne Exp $
*/
public class CharSetUtils {
+ /**
+ * CharSetUtils instances should NOT be constructed in standard programming.
+ * Instead, the class should be used as CharSetUtils.evaluateSet(null);
.
+ * This constructor is public to permit tools that require a JavaBean instance
+ * to operate.
+ */
+ public CharSetUtils() {
+ }
+
/**
* Creates a CharSetUtils object which allows a certain amount of
* set logic to be performed upon the following syntax: