diff --git a/src/scratchpad/src/org/apache/poi/hwpf/usermodel/Range.java b/src/scratchpad/src/org/apache/poi/hwpf/usermodel/Range.java index f2cc1eae7..51287ef7b 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/usermodel/Range.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/usermodel/Range.java @@ -869,7 +869,7 @@ public class Range { // TODO -instantiable superclass Range r = paragraph; if (r._parent.get() != this) { - throw new IllegalArgumentException("This paragraph is not a child of this range"); + throw new IllegalArgumentException("This paragraph is not a child of this range instance"); } r.initAll();