6909070: Missing package statements in java.text.Bidi @see links

Reviewed-by: anthony
This commit is contained in:
Joe Darcy 2009-12-10 13:04:13 -08:00
parent 3618013125
commit d4acc8e0fc

View File

@ -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) {