Thank you for spotting this issue Zsolt, I replaced ATTR_DELIMITER by getDelimiter(). You can give it a try in the current SVN tree.

Emmanuel Bourg


Zsolt Koppany wrote:
Hi,

The private static variable of XMLConfiguration.DELIMITER cannot not be
modified because setDelimiter() modifies AbstractConfiguration.DELIMITER and
not XMLConfiguration.ATTR_DELIMITER, I propose to remove
XMLConfiguration.ATTR_DELIMITER und using getDelimiter() instead of in
XMLConfiguration.

Zsolt


public class XMLConfiguration extends HierarchicalConfiguration implements FileConfiguration { /** Constant for the default root element name. */ private static final String DEFAULT_ROOT_NAME = "configuration";

    /** Delimiter character for attributes. */
    private static char ATTR_DELIMITER = ',';



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to