From c374f7c8188507c5f6441475be548aadb091c4bf Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Sat, 5 Apr 2014 18:26:53 +0200 Subject: [PATCH] #191 Adding Christian to copyright.txt --- copyright.txt | 1 + .../resources/org.mapstruct.ap.model.DecoratorConstructor.ftl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/copyright.txt b/copyright.txt index 2b4de78fe..a25f06f67 100644 --- a/copyright.txt +++ b/copyright.txt @@ -2,5 +2,6 @@ Contributors ============ Andreas Gudian +Christian Schuster Gunnar Morling Sjaak Derksen diff --git a/processor/src/main/resources/org.mapstruct.ap.model.DecoratorConstructor.ftl b/processor/src/main/resources/org.mapstruct.ap.model.DecoratorConstructor.ftl index fac796727..14407d707 100644 --- a/processor/src/main/resources/org.mapstruct.ap.model.DecoratorConstructor.ftl +++ b/processor/src/main/resources/org.mapstruct.ap.model.DecoratorConstructor.ftl @@ -22,7 +22,7 @@ public ${name}() { this( new ${delegateName}() ); } -private ${name}( ${delegateName} delegate ) { +private ${name}(${delegateName} delegate) { <#if invokeSuperConstructor> super( delegate );