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 have a class called ContainerApi which is used by the new internal API.
When someone is using droid-api as a dependency, this class comes up in the intellisense, however this class is not directly usable by other applications hence it should be changed to protected
The text was updated successfully, but these errors were encountered:
We have a class called
ContainerApi
which is used by the new internal API.When someone is using droid-api as a dependency, this class comes up in the intellisense, however this class is not directly usable by other applications hence it should be changed to
protected
The text was updated successfully, but these errors were encountered: