aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
diff options
context:
space:
mode:
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