Thank you Emmanuel, but right now I have no time. I discussed this bug (just
here in the mailing list) but that time I didn't have the sources thus I
couldn't check the issue really. Now, I'm bit sorry because 1.1 is already
released (and without this patch) but that is my fault.

Zsolt

> -----Urspr�ngliche Nachricht-----
> Von: Emmanuel Bourg [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 5. April 2005 13:43
> An: Jakarta Commons Users List
> Betreff: Re: setDelimiter bug in 1.1
> 
> 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]



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

Reply via email to