This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[gui][patch] temporary fix for build breakage
- From: Kim Ho <kho at redhat dot com>
- To: java-patches <java-patches at gcc dot gnu dot org>
- Date: 11 May 2004 12:38:20 -0400
- Subject: [gui][patch] temporary fix for build breakage
- Organization:
Hi,
This is a temporary fix to get Box compiling.
Cheers,
Kim
2004-05-11 Kim Ho <kho@redhat.com>
* javax/swing/Box.java:
Remove reference to AccessibleAWTComponent
so it compiles again.
Index: javax/swing/Box.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/Box.java,v
retrieving revision 1.3.2.2
diff -u -r1.3.2.2 Box.java
--- javax/swing/Box.java 6 May 2004 16:14:38 -0000 1.3.2.2
+++ javax/swing/Box.java 11 May 2004 16:35:53 -0000
@@ -69,7 +69,7 @@
public static class Filler extends JComponent implements Accessible
{
- protected class AccessibleBoxFiller extends AccessibleAWTComponent
+ protected class AccessibleBoxFiller// extends AccessibleAWTComponent
{
protected AccessibleBoxFiller()
{