aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-12-17 22:05:35 +0000
committerPJ Fanning <fanningpj@apache.org>2020-12-17 22:05:35 +0000
commitfcc808d17db2c61e9f4d472ef07b3c4468eb6da6 (patch)
treede9fcab9e6f219c63be60e8f055129529988aaad /src/scratchpad
parent2b14dc36bb091128ee5e60ae61b32dfee0d5f02a (diff)
downloadpoi-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.java4
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