From 2ad77b5aa0b58f60ab0798db6f48446818908dff Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Tue, 2 Jun 2015 19:03:06 +0200 Subject: [PATCH] #272 Adding line breaks at end of files --- .../org/mapstruct/itest/cdi/DecoratedSourceTargetMapper.java | 2 +- .../org/mapstruct/itest/cdi/SourceTargetMapperDecorator.java | 2 +- .../test/java/org/mapstruct/itest/cdi/CdiBasedMapperTest.java | 2 +- .../org/mapstruct/itest/spring/DecoratedSourceTargetMapper.java | 2 +- .../org/mapstruct/itest/spring/SourceTargetMapperDecorator.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/DecoratedSourceTargetMapper.java b/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/DecoratedSourceTargetMapper.java index 3da26e03a..ec4cd7cf6 100644 --- a/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/DecoratedSourceTargetMapper.java +++ b/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/DecoratedSourceTargetMapper.java @@ -27,4 +27,4 @@ import org.mapstruct.itest.cdi.other.DateMapper; public interface DecoratedSourceTargetMapper { Target sourceToTarget(Source source); -} \ No newline at end of file +} diff --git a/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/SourceTargetMapperDecorator.java b/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/SourceTargetMapperDecorator.java index 9d6cc2c11..25f699a82 100644 --- a/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/SourceTargetMapperDecorator.java +++ b/integrationtest/src/test/resources/cdiTest/src/main/java/org/mapstruct/itest/cdi/SourceTargetMapperDecorator.java @@ -38,4 +38,4 @@ public class SourceTargetMapperDecorator implements DecoratedSourceTargetMapper t.setFoo( 43L ); return t; } -} \ No newline at end of file +} diff --git a/integrationtest/src/test/resources/cdiTest/src/test/java/org/mapstruct/itest/cdi/CdiBasedMapperTest.java b/integrationtest/src/test/resources/cdiTest/src/test/java/org/mapstruct/itest/cdi/CdiBasedMapperTest.java index 5b8a130a7..fe00936b8 100644 --- a/integrationtest/src/test/resources/cdiTest/src/test/java/org/mapstruct/itest/cdi/CdiBasedMapperTest.java +++ b/integrationtest/src/test/resources/cdiTest/src/test/java/org/mapstruct/itest/cdi/CdiBasedMapperTest.java @@ -75,4 +75,4 @@ public class CdiBasedMapperTest { assertThat( target ).isNotNull(); assertThat( target.getFoo() ).isEqualTo( Long.valueOf( 43 ) ); } -} \ No newline at end of file +} diff --git a/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/DecoratedSourceTargetMapper.java b/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/DecoratedSourceTargetMapper.java index 59e0bfdb2..67330d3d8 100644 --- a/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/DecoratedSourceTargetMapper.java +++ b/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/DecoratedSourceTargetMapper.java @@ -27,4 +27,4 @@ import org.mapstruct.itest.spring.other.DateMapper; public interface DecoratedSourceTargetMapper { Target sourceToTarget(Source source); -} \ No newline at end of file +} diff --git a/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/SourceTargetMapperDecorator.java b/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/SourceTargetMapperDecorator.java index 32262713a..a940a48f5 100644 --- a/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/SourceTargetMapperDecorator.java +++ b/integrationtest/src/test/resources/springTest/src/main/java/org/mapstruct/itest/spring/SourceTargetMapperDecorator.java @@ -38,4 +38,4 @@ public class SourceTargetMapperDecorator implements DecoratedSourceTargetMapper t.setFoo( 43L ); return t; } -} \ No newline at end of file +}