diff options
author | Dominik Stadler <centic@apache.org> | 2023-03-10 08:08:16 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-03-10 08:08:16 +0000 |
commit | 5b84aae94cd8f95ad2e7ab7c940dbba1ccb440bb (patch) | |
tree | 6f8a482846bffc479e61b9e13d4f619e6b706ddb /poi-scratchpad | |
parent | 30ff8020a313ade7339ae9b890af45785c356ff0 (diff) | |
download | poi-5b84aae94cd8f95ad2e7ab7c940dbba1ccb440bb.tar.gz poi-5b84aae94cd8f95ad2e7ab7c940dbba1ccb440bb.zip |
Update/fix JavaDoc and add "throws"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908240 13f79535-47bb-0310-9956-ffa450edef68
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 |