polish
This commit is contained in:
parent
8fe055b0e0
commit
e3983fe796
|
|
@ -198,7 +198,7 @@ public class SpelMapperTests {
|
|||
|
||||
Person target = new Person();
|
||||
|
||||
Mapper nestedMapper = new Mapper<NestedDto, Nested>() {
|
||||
Mapper<NestedDto, Nested> nestedMapper = new Mapper<NestedDto, Nested>() {
|
||||
public Object map(NestedDto source, Nested target) {
|
||||
target.foo = source.foo + " and baz";
|
||||
return target;
|
||||
|
|
|
|||
Loading…
Reference in New Issue