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:
parent
72f88548f8
commit
d7fc9bc2e8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue