Fix compile error

This commit is contained in:
James Agnew 2020-01-09 08:49:20 -05:00
parent f5e9463ddd
commit c935ac4ecb
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ import org.hl7.fhir.instance.model.api.IBaseIntegerDatatype;
* Primitive type "integer" in FHIR: A signed 64-bit integer
*/
@DatatypeDef(name = "integer64")
public class Integer64Type extends PrimitiveType<Long> implements IBaseIntegerDatatype {
public class Integer64Type extends PrimitiveType<Long> {
private static final long serialVersionUID = 3L;