diff --git a/src/types/definitions/fib_type.xml b/src/types/definitions/fib_type.xml index 0ac08896f..07d384fd4 100644 --- a/src/types/definitions/fib_type.xml +++ b/src/types/definitions/fib_type.xml @@ -14,7 +14,7 @@ - + @@ -216,7 +216,7 @@ - + diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl index 091b89bfb..4abf444ef 100644 --- a/src/types/styles/hdftype.xsl +++ b/src/types/styles/hdftype.xsl @@ -76,7 +76,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType; * remove the record in src/records/definitions. */ -public class Type +public abstract class AbstractType implements HDFType { @@ -84,7 +84,7 @@ public class Type - public Type() + public AbstractType() {