Jan van Oort created CONFIGURATION-529:
------------------------------------------

             Summary: XML_PROVIDER figures twice in ConfigurationProvider[] 
array within DefaultConfigurationBuilder
                 Key: CONFIGURATION-529
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-529
             Project: Commons Configuration
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.9
            Reporter: Jan van Oort
             Fix For: 2.0, 2.x


Source code excerpt: 

 /** An array with the providers for the default tags. */
    private static final ConfigurationProvider[] DEFAULT_PROVIDERS = {
            PROPERTIES_PROVIDER, XML_PROVIDER, XML_PROVIDER, JNDI_PROVIDER,
            SYSTEM_PROVIDER, PLIST_PROVIDER, BUILDER_PROVIDER, INI_PROVIDER,
            ENV_PROVIDER
    };

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to