Polishing

Closes gh-33402
This commit is contained in:
Sébastien Deleuze 2024-08-20 18:29:45 +02:00
parent a9cbb01a45
commit c71409821d
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ class BeanUtilsTests {
assertSignatureEquals(desiredMethod, "doSomethingWithAMultiDimensionalArray(java.lang.String[][])");
}
@Test
@Test // gh-10731
void propertyDescriptorShouldMatchWithCachedDescriptors() {
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);