diff options
author | Rainer Klute <klute@apache.org> | 2002-07-22 08:25:19 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2002-07-22 08:25:19 +0000 |
commit | ace2d2b80c3f4e4a068cf2b604d70efa3ceecec1 (patch) | |
tree | 08d66f071d8555f6660ec9c9d09ec3f14f236b1f /src/java/org/apache/poi/poifs | |
parent | 4478e6fea3f6f9698790539e29c90e4a3a216748 (diff) | |
download | poi-ace2d2b80c3f4e4a068cf2b604d70efa3ceecec1.tar.gz poi-ace2d2b80c3f4e4a068cf2b604d70efa3ceecec1.zip |
First HPSF test cases added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/poifs')
-rw-r--r-- | src/java/org/apache/poi/poifs/property/PropertyConstants.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/java/org/apache/poi/poifs/property/PropertyConstants.java b/src/java/org/apache/poi/poifs/property/PropertyConstants.java index 59b0dac4aa..ea2d06a62b 100644 --- a/src/java/org/apache/poi/poifs/property/PropertyConstants.java +++ b/src/java/org/apache/poi/poifs/property/PropertyConstants.java @@ -57,10 +57,6 @@ package org.apache.poi.poifs.property; /** * Interface PropertyConstants - * - * - * @author - * @version %I%, %G% */ public interface PropertyConstants |