Hmm, yes it seems duplicated, I guess we can delete the method appeared in the parent class (IIRC, this methods is not referenced in native code)
2007/6/22, Tony Wu <[EMAIL PROTECTED]>:
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
-- Best Regards! Jimmy, Jing Lv China Software Development Lab, IBM
