diff --git a/src/java/org/apache/poi/poifs/common/POIFSConstants.java b/src/java/org/apache/poi/poifs/common/POIFSConstants.java index 8a177b3e7..65fc62efc 100644 --- a/src/java/org/apache/poi/poifs/common/POIFSConstants.java +++ b/src/java/org/apache/poi/poifs/common/POIFSConstants.java @@ -55,7 +55,7 @@ package org.apache.poi.poifs.common; /** - * a repository for constants shared by POI classes + *
A repository for constants shared by POI classes.
* * @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 PROPERTY_SIZE = 0x0080; public static final int UNUSED_BLOCK = -1; -} // end public interface PoiFSConstants; - +} // end public interface POIFSConstants;