I'm checking this in.
I happened to notice a couple typos in the synth plaf.
Tom
2006-03-06 Tom Tromey <[EMAIL PROTECTED]>
* javax/swing/plaf/synth/SynthLookAndFeel.java (getDescription):
Javadoc fix.
(getName): Likewise.
Index: javax/swing/plaf/synth/SynthLookAndFeel.java
===================================================================
RCS file:
/cvsroot/classpath/classpath/javax/swing/plaf/synth/SynthLookAndFeel.java,v
retrieving revision 1.1
diff -u -r1.1 SynthLookAndFeel.java
--- javax/swing/plaf/synth/SynthLookAndFeel.java 23 Jan 2006 17:02:33
-0000 1.1
+++ javax/swing/plaf/synth/SynthLookAndFeel.java 6 Mar 2006 15:07:35
-0000
@@ -217,7 +217,7 @@
/**
* Returns a textual description of the Synth look and feel. This returns
- * "Synt look and feel".
+ * "Synth look and feel".
*
* @return a textual description of the Synth look and feel
*/
@@ -238,7 +238,7 @@
/**
* Returns the name of the Synth look and feel. This returns
- * "Synt look and feel".
+ * "Synth look and feel".
*
* @return the name of the Synth look and feel
*/