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

Reviewed-by: alexp
This commit is contained in:
Alan Bateman 2011-01-26 18:01:41 +00:00
parent e731a74298
commit 65c9e92668
2 changed files with 2 additions and 2 deletions

View File

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

View File

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