You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Charles Davies (JIRA)" <ji...@apache.org> on 2016/02/01 19:25:39 UTC

[jira] [Created] (VALIDATOR-389) DomainValidator public updateTLDOverride method contains non-public input parameter data type

Charles Davies created VALIDATOR-389:
----------------------------------------

             Summary: DomainValidator public updateTLDOverride method contains non-public input parameter data type
                 Key: VALIDATOR-389
                 URL: https://issues.apache.org/jira/browse/VALIDATOR-389
             Project: Commons Validator
          Issue Type: Bug
          Components: Routines
    Affects Versions: 1.5.0
            Reporter: Charles Davies


In the DomainValidator class there is a new public static method updateTLDOverride that allows the TLD list to be updated dynamically. However the input parameter *org.apache.commons.validator.routines.DomainValidator.ArrayType* is a non-public enum defined in the DomainValidator class and cannot be referenced in a static public context.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)