Polishing
Closes gh-33402
This commit is contained in:
@@ -474,7 +474,7 @@ class BeanUtilsTests {
|
||||
assertSignatureEquals(desiredMethod, "doSomethingWithAMultiDimensionalArray(java.lang.String[][])");
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test // gh-10731
|
||||
void propertyDescriptorShouldMatchWithCachedDescriptors() {
|
||||
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user