From: David North Date: Wed, 13 Jul 2016 16:40:47 +0000 (+0000) Subject: "cannot not" presumably means "cannot" X-Git-Tag: REL_3_15_BETA3~124 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f54d435c8325c4ce2ad557b2b2e7175b0b4219dd;p=poi.git "cannot not" presumably means "cannot" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752452 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/hpsf/PropertySet.java b/src/java/org/apache/poi/hpsf/PropertySet.java index 07ccc49341..b9ce01d62c 100644 --- a/src/java/org/apache/poi/hpsf/PropertySet.java +++ b/src/java/org/apache/poi/hpsf/PropertySet.java @@ -223,7 +223,7 @@ public class PropertySet * stream. * @throws MarkUnsupportedException if the stream does not support * the {@link InputStream#markSupported} method. - * @throws IOException if the {@link InputStream} cannot not be + * @throws IOException if the {@link InputStream} cannot be * accessed as needed. * @exception NoPropertySetStreamException if the input stream does not * contain a property set.