diff options
Diffstat (limited to 'libjava/javax/swing/text/JTextComponent.java')
| -rw-r--r-- | libjava/javax/swing/text/JTextComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/javax/swing/text/JTextComponent.java b/libjava/javax/swing/text/JTextComponent.java index 6451ef5c31f..d5227d03e08 100644 --- a/libjava/javax/swing/text/JTextComponent.java +++ b/libjava/javax/swing/text/JTextComponent.java @@ -371,7 +371,7 @@ public abstract class JTextComponent extends JComponent } /** - * Returns a string that specifies the name of the l&f class + * Returns a string that specifies the name of the Look and Feel class * that renders this component. * * @return the string "TextComponentUI" |
