This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[RFA] Regenerate ThreadStartEvent & SocketTransport
- From: Keith Seitz <keiths at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Mon, 02 Apr 2007 18:05:40 -0700
- Subject: [RFA] Regenerate ThreadStartEvent & SocketTransport
Hi,
It seems that I forgot to commit the regenerated class files for this patch:
2007-04-02 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/event/ThreadStartEvent.java (Event):
Event type is "THREAD_START" not "THREAD_END".
* gnu/classpath/jdwp/transport/SocketTransport.java (ITransport):
Handle configure strings ":port" and "port".
[Which I just checked in a few hours ago...]
This "patch" simply corrects this oversight... Does this qualify as
"obvious"/not needing approval?
Keith
ChangeLog
2007-04-02 Keith Seitz <keiths@redhat.com>
* classpath/lib/gnu/classpath/jdwp/event/ThreadStartEvent.class:
Regenerated.
* classpath/lib/gnu/classpath/jdwp/transport/SocketTransport.class:
Regenerated.