We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc5746 commit c84dd55Copy full SHA for c84dd55
spring-core/src/test/java/org/springframework/util/ReflectionUtilsTests.java
@@ -362,7 +362,7 @@ void m95() { } void m96() { } void m97() { } void m98() { } void m99() { }
362
}
363
364
@Test
365
- void getDecalredMethodsReturnsCopy() {
+ void getDeclaredMethodsReturnsCopy() {
366
Method[] m1 = ReflectionUtils.getDeclaredMethods(A.class);
367
Method[] m2 = ReflectionUtils.getDeclaredMethods(A.class);
368
assertThat(m1). isNotSameAs(m2);
0 commit comments