mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-5489 restore a line which was accidentally omitted
X-SVN-Rev: 21843
This commit is contained in:
parent
7d837015e3
commit
23d9400cc4
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue