summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2016-11-28 01:18:48 +0000
committerAndreas Beeker <kiwiwings@apache.org>2016-11-28 01:18:48 +0000
commit9600644c3e8ac18ddea34c6ad57a4bb5ce982f16 (patch)
treebfb01db720fddff8ca2fdf2f335bc03efe5e25a9 /src
parent2e2cdf67e097e3464c59a43a4f359b1e60b88f7f (diff)
downloadpoi-9600644c3e8ac18ddea34c6ad57a4bb5ce982f16.tar.gz
poi-9600644c3e8ac18ddea34c6ad57a4bb5ce982f16.zip
javadocs fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/java/org/apache/poi/hpsf/SummaryInformation.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/java/org/apache/poi/hpsf/SummaryInformation.java b/src/java/org/apache/poi/hpsf/SummaryInformation.java
index 856f566e75..e2ea8568b6 100644
--- a/src/java/org/apache/poi/hpsf/SummaryInformation.java
+++ b/src/java/org/apache/poi/hpsf/SummaryInformation.java
@@ -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);