提交 9babcaf2 编写于 作者: A alanb

7012663: javadoc warning in javax.swing.JComponent and javax.swing.plaf.synth.SynthTextPaneUI

Reviewed-by: alexp
上级 1a6a8700
......@@ -4911,7 +4911,7 @@ public abstract class JComponent extends Container implements Serializable,
* painting to originate from this Component, or one of its ancestors.
* <p/>
* Calling {@link JComponent#repaint} on a Swing component will be delegated to
* the first ancestor which {@code isPaintingOrigin()} returns {@true},
* the first ancestor which {@code isPaintingOrigin()} returns {@code true},
* if there are any.
* <p/>
* {@code JComponent} subclasses that need to be repainted when any of their
......
......@@ -92,7 +92,7 @@ public class SynthTextPaneUI extends SynthEditorPaneUI {
* </ol>
*
* @param c the editor component
* @see BasicTextUI#installUI
* @see javax.swing.plaf.basic.BasicTextUI#installUI
* @see ComponentUI#installUI
*/
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册