diff options
Diffstat (limited to 'poi-scratchpad')
-rw-r--r-- | poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/StoragePropertiesChunk.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/StoragePropertiesChunk.java b/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/StoragePropertiesChunk.java index 0ba57106fe..d236002ad1 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/StoragePropertiesChunk.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hsmf/datatypes/StoragePropertiesChunk.java @@ -54,7 +54,7 @@ public class StoragePropertiesChunk extends PropertiesChunk { * Writes out pre-calculated header values which assume any variable length property `data` * field to already have Size and Reserved * @param out output stream (calling code must close this stream) - * @throws IOException + * @throws IOException If writing to the stream fails */ public void writePreCalculatedValue(OutputStream out) throws IOException { // 8 bytes of reserved zeros |