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
We don't want to be exposed to having to support accidental API leaks (e.g. a class not marked @internal that was only intented for internal use, or a method not declared private that was not intended for use by external or extending classes).
We don't want to be exposed to having to support accidental API leaks (e.g. a class not marked
@internal
that was only intented for internal use, or a method not declaredprivate
that was not intended for use by external or extending classes).Needs a fine-toothed comb to check this.
(Added following discussion at #1118.)
The text was updated successfully, but these errors were encountered: