diff options
author | Rainer Klute <klute@apache.org> | 2003-01-29 18:01:18 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2003-01-29 18:01:18 +0000 |
commit | 15f8d2c1859cca5baab5ba09a7c3f54d3da5e733 (patch) | |
tree | 3a1eb5b3cab67fde66dac07fa15717b38e402c72 | |
parent | 387a9a4124eb27008c7e3a391efa0a992da3e620 (diff) | |
download | poi-15f8d2c1859cca5baab5ba09a7c3f54d3da5e733.tar.gz poi-15f8d2c1859cca5baab5ba09a7c3f54d3da5e733.zip |
Comment improved.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352991 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/poi/hpsf/Section.java | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/hpsf/Section.java b/src/java/org/apache/poi/hpsf/Section.java index c859d5cf98..ccfee27998 100644 --- a/src/java/org/apache/poi/hpsf/Section.java +++ b/src/java/org/apache/poi/hpsf/Section.java @@ -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 */ |