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]

Re: Urgent: Fix Bootstrap - Missing Imports


Ranjit Mathew wrote:
Hi,

    Can someone please apply this patch to fix a bootstrap
error in libjava due to missing import declarations?

Thanks in advance,
Ranjit.

Index: ChangeLog
from  Ranjit Mathew  <rmathew@hotmail.com>

        * javax/swing/text/AbstractDocument.java: Adding missing import
        for javax.swing.event.EventListenerList.
        * javax/swing/text/DefaultCaret.java: Likewise.


thanks, committed. it appears that my autotesting script had a bug, of course, and picked up a different directory (holding older gcj sources) in order to test. so all my tests were identical and pointless. yay.


so I'm 5 for 5 broken commits now, I think.

-graydon


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