]> source.dussan.org Git - poi.git/commitdiff
Oh, well...
authorRainer Klute <klute@apache.org>
Fri, 15 Mar 2002 08:33:16 +0000 (08:33 +0000)
committerRainer Klute <klute@apache.org>
Fri, 15 Mar 2002 08:33:16 +0000 (08:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352219 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/poifs/common/POIFSConstants.java

index 8a177b3e7750d345ee8b1ed9c698ecbc78339446..65fc62efc18f64ea183ce7c6171792fad62906ed 100644 (file)
@@ -55,7 +55,7 @@
 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)
  */
@@ -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;