You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by kl...@apache.org on 2003/01/29 19:01:19 UTC

cvs commit: jakarta-poi/src/java/org/apache/poi/hpsf Section.java

klute       2003/01/29 10:01:18

  Modified:    src/java/org/apache/poi/hpsf Section.java
  Log:
  Comment improved.
  
  Revision  Changes    Path
  1.9       +6 -2      jakarta-poi/src/java/org/apache/poi/hpsf/Section.java
  
  Index: Section.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/hpsf/Section.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Section.java	10 Dec 2002 06:15:19 -0000	1.8
  +++ Section.java	29 Jan 2003 18:01:18 -0000	1.9
  @@ -80,7 +80,11 @@
   
       /**
        * <p>Returns the format ID. The format ID is the "type" of the
  -     * section.</p>
  +     * section. For example, if the format ID of the first {@link
  +     * Section} contains the bytes specified by
  +     * <code>org.apache.poi.hpsf.wellknown.SectionIDMap.SUMMARY_INFORMATION_ID</code>
  +     * the section (and thus the property set) is a
  +     * SummaryInformation.</p>
        *
        * @return The format ID
        */