This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH]: Socket.getImpl()
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
>> * java/net/ServerSocket.java (implAccept): Use
>> Socket.getImpl() instead of Socket.impl
>> * java/net/Socket.java
>> (impl): Made private.
>> (getImpl) Changed from private to package-private.
Michael> I had the same changes in my tree already. Are reading my
Michael> mind again ? I think I need something like a firewall for
Michael> it. ;)
One of you should check this in, then...
Tom