Give ExtendedBeanInfo package-private visibility

Issue: SPR-8079
This commit is contained in:
Chris Beams 2011-10-09 07:54:44 +00:00
parent 870d903417
commit 9ba1d1437d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import org.springframework.util.StringUtils;
* @since 3.1 * @since 3.1
* @see CachedIntrospectionResults * @see CachedIntrospectionResults
*/ */
public class ExtendedBeanInfo implements BeanInfo { class ExtendedBeanInfo implements BeanInfo {
private final BeanInfo delegate; private final BeanInfo delegate;
private final SortedSet<PropertyDescriptor> propertyDescriptors = private final SortedSet<PropertyDescriptor> propertyDescriptors =
new TreeSet<PropertyDescriptor>(new PropertyDescriptorComparator()); new TreeSet<PropertyDescriptor>(new PropertyDescriptorComparator());