Skip to content

Commit c84dd55

Browse files
chenqimiaosbrannen
authored andcommitted
Fix typo in ReflectionUtilsTests
Closes gh-24344
1 parent cbc5746 commit c84dd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/test/java/org/springframework/util/ReflectionUtilsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ void m95() { } void m96() { } void m97() { } void m98() { } void m99() { }
362362
}
363363

364364
@Test
365-
void getDecalredMethodsReturnsCopy() {
365+
void getDeclaredMethodsReturnsCopy() {
366366
Method[] m1 = ReflectionUtils.getDeclaredMethods(A.class);
367367
Method[] m2 = ReflectionUtils.getDeclaredMethods(A.class);
368368
assertThat(m1). isNotSameAs(m2);

0 commit comments

Comments
 (0)