diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java b/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java index c863ab0097..6404685cd5 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/ExtendedBeanInfo.java @@ -47,7 +47,7 @@ import org.springframework.util.StringUtils; * @since 3.1 * @see CachedIntrospectionResults */ -public class ExtendedBeanInfo implements BeanInfo { +class ExtendedBeanInfo implements BeanInfo { private final BeanInfo delegate; private final SortedSet propertyDescriptors = new TreeSet(new PropertyDescriptorComparator());