mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
polish
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user