提交 a794b044 编写于 作者: D darcy

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

Reviewed-by: anthony
上级 e09f38d3
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册