On Thu, 14 Feb 2002, Martin van den Bemt <[EMAIL PROTECTED]> wrote:

> I looked at the project.java and it doesn't contain any methods for
> clearing or deleting properties

This is a side effect of making properties immutable.

If you leave unsetting a property open to the public, changing the
value of a property is a simple matter of first unsetting and then
setting with a new value.

What you need to convince the majority of committers that properties
need to be mutable from time to time is a use case - why do you want
to unset a property?

Stefan

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

Reply via email to