Give ExtendedBeanInfo package-private visibility
Issue: SPR-8079
This commit is contained in:
@@ -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<PropertyDescriptor> propertyDescriptors =
|
||||
new TreeSet<PropertyDescriptor>(new PropertyDescriptorComparator());
|
||||
|
||||
Reference in New Issue
Block a user