-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.2.2
-
sparc
-
solaris_2.6
In the ServerSocket class, the implAccept method is designed to be
overridden by subclasses which provide their own Socket subclass.
However, implAccept is declared as 'protected final', which means that the
compiler won't allow it to be overridden!
overridden by subclasses which provide their own Socket subclass.
However, implAccept is declared as 'protected final', which means that the
compiler won't allow it to be overridden!