Comment improved.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2003-01-29 18:01:18 +00:00
parent f0d24f1970
commit 0e93459a64
1 changed files with 5 additions and 1 deletions

View 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
*/