From 639bbe7d600cdcf88a4a92c195bbc3cac143e490 Mon Sep 17 00:00:00 2001 From: "Andrew C. Oliver" Date: Mon, 25 Mar 2002 01:09:19 +0000 Subject: [PATCH] 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 --- src/types/definitions/fib_type.xml | 4 ++-- src/types/styles/hdftype.xsl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() {