From 0e93459a649f1b3e06430b83918d7bf0c826bb9b Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Wed, 29 Jan 2003 18:01:18 +0000 Subject: [PATCH] Comment improved. 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/hpsf/Section.java b/src/java/org/apache/poi/hpsf/Section.java index c859d5cf9..ccfee2799 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 /** *

Returns the format ID. The format ID is the "type" of the - * section.

+ * section. For example, if the format ID of the first {@link + * Section} contains the bytes specified by + * org.apache.poi.hpsf.wellknown.SectionIDMap.SUMMARY_INFORMATION_ID + * the section (and thus the property set) is a + * SummaryInformation.

* * @return The format ID */