[
https://issues.apache.org/jira/browse/BEANUTILS-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oliver Heger resolved BEANUTILS-441.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
Fixed in subversion in revision 1540327. Thanks again for the patch.
While adding generics to the API some other references to {{decorate()}} for
obtaining unmodifiable collections have been replaced by their counterparts in
the {{Collections}} class.
> Replace UnmodifiableSet.decorate with Collections.unModifiableSet
> -----------------------------------------------------------------
>
> Key: BEANUTILS-441
> URL: https://issues.apache.org/jira/browse/BEANUTILS-441
> Project: Commons BeanUtils
> Issue Type: Bug
> Reporter: Sebb
> Fix For: 1.9.0
>
> Attachments: BEANUTILS-441.patch
>
>
> Two methods in BeanUtils call UnmodifiableSet.decorate() from Commons
> Collections.
> These calls could be replaced with the standard Java method
> Collections.unmodifiableSet()
--
This message was sent by Atlassian JIRA
(v6.1#6144)