javadocs fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2016-11-28 01:18:48 +00:00
parent 7c65d6bf31
commit 19842d1e58
1 changed files with 1 additions and 7 deletions

View File

@ -40,13 +40,7 @@ public final class SummaryInformation extends SpecialPropertySet {
}
/**
* Creates a {@link SummaryInformation} from a given {@link
* PropertySet}.
*
* @param ps A property set which should be created from a summary
* information stream.
* @throws UnexpectedPropertySetTypeException if {@code ps} does not
* contain a summary information stream.
* Creates an empty {@link SummaryInformation}.
*/
public SummaryInformation() {
getFirstSection().setFormatID(SectionIDMap.SUMMARY_INFORMATION_ID);