From 2c362974555bf16990d6fe336064245c1b927095 Mon Sep 17 00:00:00 2001 From: Sergey Vladimirov Date: Fri, 8 Jul 2011 09:55:25 +0000 Subject: make getSize() static git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144229 13f79535-47bb-0310-9956-ffa450edef68 --- src/types/styles/hdftype.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types/styles') diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl index f7be801880..6c9ab8cd52 100644 --- a/src/types/styles/hdftype.xsl +++ b/src/types/styles/hdftype.xsl @@ -91,7 +91,7 @@ public abstract class AbstractType /** * Size of record (exluding 4 byte header) */ - public int getSize() + public static int getSize() { return 4 + -- cgit v1.2.3