"cannot not" presumably means "cannot"

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752452 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David North 2016-07-13 16:40:47 +00:00
parent 7beffbe3e3
commit a7d210932a
1 changed files with 1 additions and 1 deletions

View File

@ -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.