Hi all, I found following package-private method which is not used by any java code. int write(byte[] buffer, int offset, int count)
And a same method appears in its sub class o.a.h.l.n.PlainSocketImpl, note that it can not be overrided since they are in different package. maybe they are duplicate? I suggest to delete it and move the javadoc to its sub class if so. -- Tony Wu China Software Development Lab, IBM
