Browse Source

polish

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2074 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 17 years ago
parent
commit
ae91b2f25b
  1. 2
      org.springframework.context/src/test/java/org/springframework/mapping/support/SpelMapperTests.java

2
org.springframework.context/src/test/java/org/springframework/mapping/support/SpelMapperTests.java

@ -198,7 +198,7 @@ public class SpelMapperTests { @@ -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…
Cancel
Save