This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gui][patch] more build breakage fixing.


Hi,

Forgot to add some more comments.

Cheers,

Kim

2004-05-11  Kim Ho  <kho@redhat.com>

	* javax/swing/Box.java:
	Comment out more parts of Box.Filler.
Index: javax/swing/Box.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/Box.java,v
retrieving revision 1.3.2.3
diff -u -r1.3.2.3 Box.java
--- javax/swing/Box.java	11 May 2004 16:56:03 -0000	1.3.2.3
+++ javax/swing/Box.java	11 May 2004 19:13:40 -0000
@@ -99,8 +99,8 @@
     
     public AccessibleContext getAccessibleContext()
     {
-      if (accessibleContext == null)
-        accessibleContext = new AccessibleBoxFiller();
+//      if (accessibleContext == null)
+//        accessibleContext = new AccessibleBoxFiller();
       return accessibleContext;
     }
     

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]