aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/swing/JCheckBox.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/JCheckBox.java')
-rw-r--r--libjava/javax/swing/JCheckBox.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/javax/swing/JCheckBox.java b/libjava/javax/swing/JCheckBox.java
index 94aba4a..b462059 100644
--- a/libjava/javax/swing/JCheckBox.java
+++ b/libjava/javax/swing/JCheckBox.java
@@ -85,7 +85,8 @@ public class JCheckBox extends JToggleButton
public String getUIClassID()
{
- //Returns a string that specifies the name of the L&F class that renders this component.
+ //Returns a string that specifies the name of the Look and Feel
+ //class that renders this component.
return "CheckBoxUI";
}