This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Proxy remerge with GNU Classpath
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 27 Sep 2004 18:33:31 -0600
- Subject: Re: FYI: Proxy remerge with GNU Classpath
- References: <1096141454.1222.78.camel@localhost>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Here is a small fixlet from Jeroen which has been in GNU Classpath for
Mark> months.
Mark> + * The package this class is in *including the trailing dot* or "" for
Mark> + * the unnamed (aka default) package.
I think instead of "" we should write `the empty string'.
And instead of using "*" for bold, what about <b>...</b>?
Mark> + * Returns "" if no package. We use this in preference to
Likewise about "". What do you think?
Tom