Fixed minor javadoc errors (as per checkstyle)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@591543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-11-03 02:38:45 +00:00
parent 72f88548f8
commit d7fc9bc2e8
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ public class CharSet implements Serializable {
* <p>Constructs a new CharSet using the set syntax.
* Each string is merged in with the set.</p>
*
* @param set Strings to merge into the initial set, may be null
* @param setStrs Strings to merge into the initial set, may be null
* @return a CharSet instance
*/
public static CharSet getInstance(String[] setStrs) {
if (setStrs == null) {