Give ExtendedBeanInfo package-private visibility

Issue: SPR-8079
master
Chris Beams 13 years ago
parent 870d903417
commit 9ba1d1437d
  1. 2
      org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java

@ -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());

Loading…
Cancel
Save