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

DM-10485: Protected methods should not use private method naming convention #16

Merged
merged 3 commits into from May 19, 2017

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented May 19, 2017

No description provided.

There was no reason for it to be protected so make it private.
and add `isFits` argument to protected constructor.
Thus Channel, not FitsChan calls stream.setIsFits
so change the friend class in Stream.
Change the names of protected methods and instance
variables to remove the leading underscore.
Copy link
Member

@kfindeisen kfindeisen left a comment

Choose a reason for hiding this comment

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

Looks good.

@r-owen r-owen merged commit c21c664 into master May 19, 2017
@ktlim ktlim deleted the tickets/DM-10485 branch August 25, 2018 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants