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

Use "protected" on all "on...()" methods (#435) #436

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

dr0i
Copy link
Member

@dr0i dr0i commented Jan 11, 2022

Came up in #435 (comment).

Some "@OverRide" methods used the "public" modifier, which is not necessary. Looking at
the base classes of these classes a "protected" modifier was used, so "protected" seems
to be intentionally.

Some "@OverRide" methods used the "public" modifier, which is not necessary. Looking at
the base classes of these classes a "protected" modifier was used, so "protected" seems
to be intentionally.
@dr0i dr0i requested a review from blackwinter January 11, 2022 16:19
@dr0i dr0i self-assigned this Jan 11, 2022
Copy link
Member

@blackwinter blackwinter left a comment

Choose a reason for hiding this comment

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

Kudos for going the extra mile and also adjusting other overrides :)

@dr0i dr0i merged commit 66a1826 into master Jan 13, 2022
@dr0i dr0i deleted the 435-switchFromPublicToProtectedWhenUsingOnMethods branch January 13, 2022 09:38
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.

2 participants