]> source.dussan.org Git - poi.git/commitdiff
javadocs fix
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 28 Nov 2016 01:18:48 +0000 (01:18 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 28 Nov 2016 01:18:48 +0000 (01:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771672 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hpsf/SummaryInformation.java

index 856f566e752bc964f94f8389ed97dbac786427d2..e2ea8568b63d9c1bb5a836c1cdc27d6c5a269995 100644 (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);