Skip to content

Commit c714098

Browse files
committed
Polishing
Closes gh-33402
1 parent a9cbb01 commit c714098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ void resolveSignatureWithArray() throws Exception {
474474
assertSignatureEquals(desiredMethod, "doSomethingWithAMultiDimensionalArray(java.lang.String[][])");
475475
}
476476

477-
@Test
477+
@Test // gh-10731
478478
void propertyDescriptorShouldMatchWithCachedDescriptors() {
479479
PropertyDescriptor[] descrs = BeanUtils.getPropertyDescriptors(Bean.class);
480480

0 commit comments

Comments
 (0)