Re: Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Dr. Torsten Rupp
Dear Michael Torsten: CVS has surely gicen you a merging conflict before commit. Just copying over your working version of the file is __NNOO__ solution. Its evil. I did not saw any conflict, otherwise I would try to solve it. The last commit before my commit is from 23. June. I also did not cop

Re: Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Dr. Torsten Rupp
Dear Stephen, I don't know if you did this deliberately, but your latest change to java/net/PlainSocketImpl.java to implement the connect(addr,timeout) method has clobbered an existing implementation checked in a few hours earlier by Michael Koch on my behalf. The CVS log http://savannah.gnu.org t

Re: Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 30. Juli 2003 15:31 schrieb Stephen Crawley: > Hi Torsten, > > I don't know if you did this deliberately, but your latest change > to java/net/PlainSocketImpl.java to implement the > connect(addr,timeout) method has clobbered an existing >

Changes to java/net/PlainSocketImpl.java

2003-07-30 Thread Stephen Crawley
Hi Torsten, I don't know if you did this deliberately, but your latest change to java/net/PlainSocketImpl.java to implement the connect(addr,timeout) method has clobbered an existing implementation checked in a few hours earlier by Michael Koch on my behalf. Your implementation ignores the timeo