better error message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-22 09:41:38 +00:00
parent 0e44f2040f
commit 3abb9887e4
1 changed files with 1 additions and 1 deletions

View File

@ -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();