This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Another socket stuff
- 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: 10 Sep 2002 13:15:37 -0600
- Subject: Re: Another socket stuff
- References: <E17oq5I-00023W-00@majestix.konqueror.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Another patch for review.
This looks great. Just one comment/question.
Michael> + (Socket): protected to public (since JDK 1.4).
Do you think we ought to add @specnote to the javadoc when something
changes like this?
Tom