Give ExtendedBeanInfo package-private visibility
Issue: SPR-8079
This commit is contained in:
parent
870d903417
commit
9ba1d1437d
|
|
@ -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…
Reference in New Issue