[Patch][gui] UIDefaults
Michael Koch
konqueror@gmx.de
Tue Jan 11 22:48:00 GMT 2005
Hi list,
I commited the attached patch to fix a typo found by Thomas Zander and
some other little issues.
Michael
2005-01-11 Michael Koch <konqueror@gmx.de>
* javax/swing/UIDefaults.java (UIDefaults):
Fixed typo in javadoc (Thanks to Thomas Zander for reporting)
Fixed HTML entity and removed a redundant comma.
-------------- next part --------------
Index: javax/swing/UIDefaults.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/UIDefaults.java,v
retrieving revision 1.7.2.9
diff -u -r1.7.2.9 UIDefaults.java
--- javax/swing/UIDefaults.java 11 Jan 2005 13:24:19 -0000 1.7.2.9
+++ javax/swing/UIDefaults.java 11 Jan 2005 22:40:55 -0000
@@ -1,5 +1,5 @@
/* UIDefaults.java -- database for all settings and interface bindings.
- Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -57,8 +57,8 @@
/**
* UIDefaults is a database where all settings and interface bindings are
- * stored into. An PLAF implementation fills one of these (see for example
- * plaf/basic/BasicLookAndFeel.java) with "ButtonUI" -> new BasicButtonUI().
+ * stored into. A PLAF implementation fills one of these (see for example
+ * plaf/basic/BasicLookAndFeel.java) with "ButtonUI" -> new BasicButtonUI().
*
* @author Ronald Veldema (rveldema@cs.vu.nl)
*/
More information about the Java-patches
mailing list