On 10/9/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:

We probably don't want to add the unique key field directly to Set passed
by the client -- partially because it's bad form to modify a collection as
a side affect of another method, but also because Set.add is an optional
method that might through UnsupportedOperationException.

Good points. I updated the patch.

-Mike

Reply via email to