Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make some more classes and methods internal #3353

Merged
merged 3 commits into from
Feb 5, 2020

Conversation

chriselion
Copy link
Contributor

No description provided.

@@ -15,7 +15,7 @@ internal class RemotePolicy : IPolicy
int m_AgentId;
string m_FullyQualifiedBehaviorName;

protected ICommunicator m_Communicator;
internal ICommunicator m_Communicator;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, maybe this doesn't matter if the whole class is internal now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems ok

@chriselion chriselion requested review from vincentpierre and surfnerd and removed request for vincentpierre February 4, 2020 23:53
@chriselion chriselion merged commit 4059581 into master Feb 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the develop-MLA-452-internal-api branch February 5, 2020 19:35
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants