You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defining classes with public access control keeps them from being "subclassable" outside its defining module. The behaviour is similar to declaring a class as final.
Therefore, WebSocket should be open which means it is public and inheritable.
The text was updated successfully, but these errors were encountered:
Defining classes with
public
access control keeps them from being "subclassable" outside its defining module. The behaviour is similar to declaring a class asfinal
.Therefore, WebSocket should be
open
which means it is public and inheritable.The text was updated successfully, but these errors were encountered: