From: Andrew C. Oliver Date: Mon, 25 Mar 2002 01:09:19 +0000 (+0000) Subject: made abstract /AbstractType and fixed dup messed up field X-Git-Tag: pre-new-crysalsa~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f5279df039c2ee5a41ecdc6f8dd094a7266a60d5;p=poi.git made abstract /AbstractType and fixed dup messed up field iPR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352277 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/types/definitions/fib_type.xml b/src/types/definitions/fib_type.xml index 0ac08896fc..07d384fd44 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 091b89bfb9..4abf444efa 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() {