Fix broken unit test

This commit is contained in:
James Agnew 2014-07-29 16:45:59 -04:00
parent 98d0fe679a
commit e4ceb29460
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import ${import};
*/
@DatatypeDef(name="${className}")
public class ${className}
extends #{if}( ${className}=="ResourceReferenceDt" || ${className}=="IdentifierDt" || ${className}=="CodingDt" || ${className}=='QuantityDt') || ${className}=='HumanNameDt') Base${className} #{else} BaseIdentifiableElement #{end}
extends #{if}( ${className}=="ResourceReferenceDt" || ${className}=="IdentifierDt" || ${className}=="CodingDt" || ${className}=='QuantityDt' || ${className}=='HumanNameDt') Base${className} #{else} BaseIdentifiableElement #{end}
implements ICompositeDatatype
{