mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#191 Adding Christian to copyright.txt
This commit is contained in:
parent
9711d5615e
commit
c374f7c818
@ -2,5 +2,6 @@ Contributors
|
|||||||
============
|
============
|
||||||
|
|
||||||
Andreas Gudian
|
Andreas Gudian
|
||||||
|
Christian Schuster
|
||||||
Gunnar Morling
|
Gunnar Morling
|
||||||
Sjaak Derksen
|
Sjaak Derksen
|
||||||
|
@ -22,7 +22,7 @@ public ${name}() {
|
|||||||
this( new ${delegateName}() );
|
this( new ${delegateName}() );
|
||||||
}
|
}
|
||||||
|
|
||||||
private ${name}( ${delegateName} delegate ) {
|
private ${name}(${delegateName} delegate) {
|
||||||
<#if invokeSuperConstructor>
|
<#if invokeSuperConstructor>
|
||||||
super( delegate );
|
super( delegate );
|
||||||
</#if>
|
</#if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user