oops. Thanks Rainer. I must have been really out of it. (I'm sick) On Fri, 2002-03-15 at 03:33, [EMAIL PROTECTED] wrote: > klute 02/03/15 00:33:16 > > Modified: src/java/org/apache/poi/poifs/common POIFSConstants.java > Log: > Oh, well... > > Revision Changes Path > 1.2 +2 -3 >jakarta-poi/src/java/org/apache/poi/poifs/common/POIFSConstants.java > > Index: POIFSConstants.java > =================================================================== > RCS file: >/home/cvs/jakarta-poi/src/java/org/apache/poi/poifs/common/POIFSConstants.java,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -u -r1.1 -r1.2 > --- POIFSConstants.java 15 Mar 2002 08:30:35 -0000 1.1 > +++ POIFSConstants.java 15 Mar 2002 08:33:16 -0000 1.2 > @@ -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 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; > > > -- http://www.superlinksoftware.com http://jakarta.apache.org/poi - port of Excel/Word/OLE 2 Compound Document format to java http://developer.java.sun.com/developer/bugParade/bugs/4487555.html - fix java generics! The avalanche has already started. It is too late for the pebbles to vote. -Ambassador Kosh
