Index: javax/swing/UIDefaults.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/UIDefaults.java,v retrieving revision 1.16 diff -u -3 -p -r1.16 UIDefaults.java --- javax/swing/UIDefaults.java 11 Jan 2005 13:24:05 -0000 1.16 +++ javax/swing/UIDefaults.java 11 Jan 2005 20:51:20 -0000 @@ -57,7 +57,7 @@ import javax.swing.plaf.ComponentUI; /** * UIDefaults is a database where all settings and interface bindings are - * stored into. An PLAF implementation fills one of these (see for example + * stored into. A PLAF implementation fills one of these (see for example * plaf/basic/BasicLookAndFeel.java) with "ButtonUI" -> new BasicButtonUI(). * * @author Ronald Veldema (address@hidden)