ICU-5489 restore a line which was accidentally omitted

X-SVN-Rev: 21843
This commit is contained in:
Matitiahu Allouche 2007-06-28 22:08:38 +00:00
parent 7d837015e3
commit 23d9400cc4

View File

@ -4501,6 +4501,7 @@ public class Bidi {
if (!IsValidParaOrLine() || run < 0 ||
(runCount < 0 && ! BidiLine.getRuns(this)) ||
run >= runCount) {
throw new IllegalArgumentException("Invalid call to getRunLevel()");
}
if (!isGoodLogicalToVisualRunsMap) {
getLogicalToVisualRunsMap();