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
|
||||
Christian Schuster
|
||||
Gunnar Morling
|
||||
Sjaak Derksen
|
||||
|
@ -22,7 +22,7 @@ public ${name}() {
|
||||
this( new ${delegateName}() );
|
||||
}
|
||||
|
||||
private ${name}( ${delegateName} delegate ) {
|
||||
private ${name}(${delegateName} delegate) {
|
||||
<#if invokeSuperConstructor>
|
||||
super( delegate );
|
||||
</#if>
|
||||
|
Loading…
x
Reference in New Issue
Block a user