git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352219
13f79535-47bb-0310-9956-
ffa450edef68
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)
*/
public static final int END_OF_CHAIN = -2;
public static final int PROPERTY_SIZE = 0x0080;
public static final int UNUSED_BLOCK = -1;
-} // end public interface PoiFSConstants;
-
+} // end public interface POIFSConstants;