mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8330279: Typo in java.text.Bidi
class description
Reviewed-by: iris, joehw
This commit is contained in:
parent
90df3b7fbb
commit
2ede14335a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -105,7 +105,7 @@ public final class Bidi {
|
|||
* <p>
|
||||
* The RUN_DIRECTION attribute in the text, if present, determines the base
|
||||
* direction (left-to-right or right-to-left). If not present, the base
|
||||
* direction is computes using the Unicode Bidirectional Algorithm, defaulting to left-to-right
|
||||
* direction is computed using the Unicode Bidirectional Algorithm, defaulting to left-to-right
|
||||
* if there are no strong directional characters in the text. This attribute, if
|
||||
* present, must be applied to all the text in the paragraph.
|
||||
* <p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue