Fix broken unit test
This commit is contained in:
parent
98d0fe679a
commit
e4ceb29460
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue