summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-03-06 15:08:46 +0000
committerTom Tromey <tromey@redhat.com>2006-03-06 15:08:46 +0000
commit539827cdddfcb6c3e66da69a72e2afad8747b1ae (patch)
treebe6fe10d96b338ebc930df83add00639525e4814
parentd1ac737dfd4896c49a2cd5397b7d4854bedb354a (diff)
downloadclasspath-539827cdddfcb6c3e66da69a72e2afad8747b1ae.tar.gz
* javax/swing/plaf/synth/SynthLookAndFeel.java (getDescription):
Javadoc fix. (getName): Likewise.
-rw-r--r--ChangeLog6
-rw-r--r--javax/swing/plaf/synth/SynthLookAndFeel.java4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ecba4e57..c6c5ca0c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-06 Tom Tromey <tromey@redhat.com>
+
+ * javax/swing/plaf/synth/SynthLookAndFeel.java (getDescription):
+ Javadoc fix.
+ (getName): Likewise.
+
2006-03-06 Mark Wielaard <mark@klomp.org>
* configure.ac (VERSION): Set to 0.91-pre.
diff --git a/javax/swing/plaf/synth/SynthLookAndFeel.java b/javax/swing/plaf/synth/SynthLookAndFeel.java
index 8d0596d41..ed5a5b053 100644
--- a/javax/swing/plaf/synth/SynthLookAndFeel.java
+++ b/javax/swing/plaf/synth/SynthLookAndFeel.java
@@ -217,7 +217,7 @@ public class SynthLookAndFeel
/**
* Returns a textual description of the Synth look and feel. This returns
- * &quot;Synt look and feel&quot;.
+ * &quot;Synth look and feel&quot;.
*
* @return a textual description of the Synth look and feel
*/
@@ -238,7 +238,7 @@ public class SynthLookAndFeel
/**
* Returns the name of the Synth look and feel. This returns
- * &quot;Synt look and feel&quot;.
+ * &quot;Synth look and feel&quot;.
*
* @return the name of the Synth look and feel
*/