This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] utility class: Signature
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>, classpath patches <classpath-patches at gnu dot org>
- Date: 06 Jun 2005 18:43:27 -0600
- Subject: Re: [RFA/JDWP] utility class: Signature
- References: <1118097848.4531.107.camel@lindt.uglyboxes.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> 2005-06-06 Keith Seitz <keiths@redhat.com>
Keith> * gnu/classpath/jdwp/util/Signature.java: New file.
This is ok. Thanks.
Oh, btw...
+ * @author Tom Tromey <tromey@redhat.com>
+ * @author Keith Seitz <keiths@redhat.com>
The currently approved style is parens and not angle brackets here,
in order to be html-friendly (I think).
Tom