#191 Adding Christian to copyright.txt

This commit is contained in:
Gunnar Morling 2014-04-05 18:26:53 +02:00
parent 9711d5615e
commit c374f7c818
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ Contributors
============
Andreas Gudian
Christian Schuster
Gunnar Morling
Sjaak Derksen

View File

@ -22,7 +22,7 @@ public ${name}() {
this( new ${delegateName}() );
}
private ${name}( ${delegateName} delegate ) {
private ${name}(${delegateName} delegate) {
<#if invokeSuperConstructor>
super( delegate );
</#if>