OpenJDK / panama / dev
changeset 4510:b3885d5c3fba
6909070: Missing package statements in java.text.Bidi @see links
Reviewed-by: anthony
author | darcy |
---|---|
date | Thu, 10 Dec 2009 13:04:13 -0800 |
parents | dd1cb7cc3afc |
children | ae1aa33f5de4 9d25b9191b0b |
files | jdk/src/share/classes/java/text/Bidi.java |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/share/classes/java/text/Bidi.java Thu Dec 10 09:08:51 2009 -0800 +++ b/jdk/src/share/classes/java/text/Bidi.java Thu Dec 10 13:04:13 2009 -0800 @@ -121,9 +121,9 @@ * * @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) {