This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: java.net.Authenticator
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 27 Aug 2002 11:25:07 -0600
- Subject: Re: java.net.Authenticator
- References: <E17i74u-0005oC-00@majestix.konqueror.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Another patch for review. This code can go into classpath
Michael> too.
I read this patch. A few comments:
* Please post a ChangeLog entry along with a patch. Thanks.
* Could you write javadoc for the new methods you added?
Since this file already has javadoc, our policy is not to add new
methods which don't have documentation.
Otherwise this patch is fine.
Tom