Oh, well...

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2002-03-15 08:33:16 +00:00
parent 8b7012654f
commit bf79ccbac4
1 changed files with 2 additions and 3 deletions

View File

@ -55,7 +55,7 @@
package org.apache.poi.poifs.common; package org.apache.poi.poifs.common;
/** /**
* a repository for constants shared by POI classes * <p>A repository for constants shared by POI classes.</p>
* *
* @author Marc Johnson (mjohnson at apache dot org) * @author Marc Johnson (mjohnson at apache dot org)
*/ */
@ -66,5 +66,4 @@ public interface POIFSConstants
public static final int END_OF_CHAIN = -2; public static final int END_OF_CHAIN = -2;
public static final int PROPERTY_SIZE = 0x0080; public static final int PROPERTY_SIZE = 0x0080;
public static final int UNUSED_BLOCK = -1; public static final int UNUSED_BLOCK = -1;
} // end public interface PoiFSConstants; } // end public interface POIFSConstants;