]> source.dussan.org Git - poi.git/commitdiff
Comment improved.
authorRainer Klute <klute@apache.org>
Wed, 29 Jan 2003 18:01:18 +0000 (18:01 +0000)
committerRainer Klute <klute@apache.org>
Wed, 29 Jan 2003 18:01:18 +0000 (18:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352991 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hpsf/Section.java

index c859d5cf984551ecd7e2f41b1764a6b07e26d8f3..ccfee279985cf4021af11c48f2769ec98c81a9ff 100644 (file)
@@ -80,7 +80,11 @@ public class Section
 
     /**
      * <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
      */