6909070: Missing package statements in java.text.Bidi @see links
Reviewed-by: anthony
This commit is contained in:
parent
3618013125
commit
d4acc8e0fc
@ -121,9 +121,9 @@ public final class Bidi {
|
||||
*
|
||||
* @param paragraph a paragraph of text with optional character and paragraph attribute information
|
||||
*
|
||||
* @see TextAttribute#BIDI_EMBEDDING
|
||||
* @see TextAttribute#NUMERIC_SHAPING
|
||||
* @see TextAttribute#RUN_DIRECTION
|
||||
* @see java.awt.font.TextAttribute#BIDI_EMBEDDING
|
||||
* @see java.awt.font.TextAttribute#NUMERIC_SHAPING
|
||||
* @see java.awt.font.TextAttribute#RUN_DIRECTION
|
||||
*/
|
||||
public Bidi(AttributedCharacterIterator paragraph) {
|
||||
if (paragraph == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user