classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: SizeRequirements.java: fixed two non-utf8 chars


From: Robert Schuster
Subject: [cp-patches] FYI: SizeRequirements.java: fixed two non-utf8 chars
Date: Fri, 20 May 2005 03:33:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.8) Gecko/20050514

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

Two lines made GCJ unhappy and fail. This patch restores happiness in
GNU land ;)

2005-05-20  Robert Schuster  <address@hidden>

    * javax/swing/SizeRequirements.java: Removed two non-UTF8 chars.

cu
Robert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFCjT5eG9cfwmwwEtoRAm02AKCPQ8BGn7ordqjHzCYBs4V3SJeAUwCgi+1T
jnw2wz00955LgIgQ0n1Aqbk=
=fyVC
-----END PGP SIGNATURE-----
Index: javax/swing/SizeRequirements.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/SizeRequirements.java,v
retrieving revision 1.7
diff -u -r1.7 SizeRequirements.java
--- javax/swing/SizeRequirements.java   19 May 2005 15:19:23 -0000      1.7
+++ javax/swing/SizeRequirements.java   20 May 2005 01:25:23 -0000
@@ -124,7 +124,7 @@
    * end-to-end. The size requirements of the components is specified
    * in <code>children</code>.
    *
-   address@hidden children the SizeRequirements of each of the components
+   * @param children the SizeRequirements of each of the components
    *
    * @return the SizeRequirements that describe how much space is needed
    *     to place the components end-to-end
@@ -148,7 +148,7 @@
    * The size requirements of the components is specified in
    * <code>children</code>.
    *
-   address@hidden children the SizeRequirements of each of the components
+   * @param children the SizeRequirements of each of the components
    *
    * @return the SizeRequirements that describe how much space is needed
    *     to place the components aligned

reply via email to

[Prev in Thread] Current Thread [Next in Thread]