From 55ca32bd2ea2c287c1b290bdd7efe4e69163375b Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Wed, 18 Sep 2002 19:55:32 +0000 Subject: [PATCH] Added explicit public constructor git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137043 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/CharSetUtils.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: