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:
parent
148c876816
commit
b5f4aa7f82
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user