diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-17 22:05:35 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-17 22:05:35 +0000 |
commit | fcc808d17db2c61e9f4d472ef07b3c4468eb6da6 (patch) | |
tree | de9fcab9e6f219c63be60e8f055129529988aaad /src/scratchpad | |
parent | 2b14dc36bb091128ee5e60ae61b32dfee0d5f02a (diff) | |
download | poi-fcc808d17db2c61e9f4d472ef07b3c4468eb6da6.tar.gz poi-fcc808d17db2c61e9f4d472ef07b3c4468eb6da6.zip |
[github-208] Fix a few instances of incorrect NotImplemented documentation. Thanks to Marius Volkhart. This closes #208
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/scratchpad')
-rw-r--r-- | src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java b/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java index 6cf4027cad..238e0406f8 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/HWPFOldDocument.java @@ -219,10 +219,10 @@ public class HWPFOldDocument extends HWPFDocumentCore { /** * Use {@link #getOldFontTable()} instead!!! - * This always throws an IllegalArgumentException. + * This always throws an {@link UnsupportedOperationException}. * * @return nothing - * @throws UnsupportedOperationException + * @throws UnsupportedOperationException Always. */ @Override @NotImplemented |