mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#272 Adding line breaks at end of files
This commit is contained in:
parent
b37a1d24d9
commit
2ad77b5aa0
@ -27,4 +27,4 @@ import org.mapstruct.itest.cdi.other.DateMapper;
|
|||||||
public interface DecoratedSourceTargetMapper {
|
public interface DecoratedSourceTargetMapper {
|
||||||
|
|
||||||
Target sourceToTarget(Source source);
|
Target sourceToTarget(Source source);
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,4 @@ public class SourceTargetMapperDecorator implements DecoratedSourceTargetMapper
|
|||||||
t.setFoo( 43L );
|
t.setFoo( 43L );
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -75,4 +75,4 @@ public class CdiBasedMapperTest {
|
|||||||
assertThat( target ).isNotNull();
|
assertThat( target ).isNotNull();
|
||||||
assertThat( target.getFoo() ).isEqualTo( Long.valueOf( 43 ) );
|
assertThat( target.getFoo() ).isEqualTo( Long.valueOf( 43 ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,4 +27,4 @@ import org.mapstruct.itest.spring.other.DateMapper;
|
|||||||
public interface DecoratedSourceTargetMapper {
|
public interface DecoratedSourceTargetMapper {
|
||||||
|
|
||||||
Target sourceToTarget(Source source);
|
Target sourceToTarget(Source source);
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,4 @@ public class SourceTargetMapperDecorator implements DecoratedSourceTargetMapper
|
|||||||
t.setFoo( 43L );
|
t.setFoo( 43L );
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user