#272 Adding line breaks at end of files

This commit is contained in:
Gunnar Morling 2015-06-02 19:03:06 +02:00
parent b37a1d24d9
commit 2ad77b5aa0
5 changed files with 5 additions and 5 deletions

View File

@ -27,4 +27,4 @@ import org.mapstruct.itest.cdi.other.DateMapper;
public interface DecoratedSourceTargetMapper {
Target sourceToTarget(Source source);
}
}

View File

@ -38,4 +38,4 @@ public class SourceTargetMapperDecorator implements DecoratedSourceTargetMapper
t.setFoo( 43L );
return t;
}
}
}

View File

@ -75,4 +75,4 @@ public class CdiBasedMapperTest {
assertThat( target ).isNotNull();
assertThat( target.getFoo() ).isEqualTo( Long.valueOf( 43 ) );
}
}
}

View File

@ -27,4 +27,4 @@ import org.mapstruct.itest.spring.other.DateMapper;
public interface DecoratedSourceTargetMapper {
Target sourceToTarget(Source source);
}
}

View File

@ -38,4 +38,4 @@ public class SourceTargetMapperDecorator implements DecoratedSourceTargetMapper
t.setFoo( 43L );
return t;
}
}
}