fix(tests): add missing method implementation
This commit is contained in:
parent
d520053b5c
commit
f2701f0f85
@ -162,6 +162,11 @@ public class KeyPathConverterTest {
|
||||
public boolean isAlwaysFold() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isIncludeSubDirs() {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -235,6 +235,11 @@ public class PropertiesMapperTest extends AbstractMapperTest {
|
||||
public boolean isAlwaysFold() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isIncludeSubDirs() {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user