On Fri, Jun 6, 2008 at 1:43 PM, Aleksey Shipilev <[EMAIL PROTECTED]> wrote:
> I think adding parent class for java.lang.Thread is against the Java > spec, as the class hierarchy should be consistent with that documented > in spec. If AbstractThread is package-private, it will be consistent w/ the spec. (i.e., the Javadocs will still look like Thread extends Object.) Bob