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.
2 parents 5a3b80b + 2d6215a commit 7ab6bdeCopy full SHA for 7ab6bde
src/test/java/org/apache/ibatis/reflection/ReflectorTest.java
@@ -174,7 +174,7 @@ static class Child extends Parent<String> {
174
}
175
176
@Test
177
- void shouldResoleveReadonlySetterWithOverload() {
+ void shouldResolveReadonlySetterWithOverload() {
178
class BeanClass implements BeanInterface<String> {
179
@Override
180
public void setId(String id) {
0 commit comments