mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 05:09:13 +00:00
Added an empty implementation of the missing setExclude() method so that the class compiles.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2077 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+6
@@ -29,6 +29,7 @@ import org.springframework.mapping.MappingFailure;
|
||||
/**
|
||||
* An individual mapping definition between two fields.
|
||||
* @author Keith Donald
|
||||
* @since 3.0
|
||||
*/
|
||||
class Mapping implements MappingConfiguration {
|
||||
|
||||
@@ -95,4 +96,9 @@ class Mapping implements MappingConfiguration {
|
||||
return "[Mapping<" + getSourceExpressionString() + " -> " + getTargetExpressionString() + ">]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setExclude() {
|
||||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user