From: David North Date: Wed, 13 Jul 2016 16:40:47 +0000 (+0000) Subject: "cannot not" presumably means "cannot" X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a7d210932ab3cce4d52f2655ba416739dd37c929;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.