diff options
Diffstat (limited to 'src/java/org/apache/poi/hpsf/PropertySet.java')
-rw-r--r-- | src/java/org/apache/poi/hpsf/PropertySet.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/org/apache/poi/hpsf/PropertySet.java b/src/java/org/apache/poi/hpsf/PropertySet.java index fe98e4121e..11c6a911d0 100644 --- a/src/java/org/apache/poi/hpsf/PropertySet.java +++ b/src/java/org/apache/poi/hpsf/PropertySet.java @@ -379,8 +379,7 @@ public class PropertySet { * stream, else {@code false}. * @exception IOException if an I/O error occurs */ - public static boolean isPropertySetStream(final InputStream stream) - throws IOException { + public static boolean isPropertySetStream(final InputStream stream) throws IOException { /* * Read at most this many bytes. */ |