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 NavigationService throw-helpers protected (instead of private) #943

Merged

Conversation

Palatis
Copy link
Contributor

@Palatis Palatis commented Feb 9, 2024

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

What is the current behavior?

NavigationService has their throw-helpers declared with private modifier, which made derived classes difficult.

Issue Number: N/A

What is the new behavior?

  • Make them protected so they can be used in derived classes.

Other information

so derived class can use them
@Palatis Palatis requested a review from pomianowski as a code owner February 9, 2024 17:57
@Palatis Palatis changed the title make NavigationService throw-helpers protected make NavigationService throw-helpers protected (instead of private) Feb 9, 2024
@pomianowski pomianowski self-assigned this Mar 13, 2024
@pomianowski pomianowski added the navigation Changes to navigation related controls. label Mar 13, 2024
@pomianowski pomianowski merged commit 233d9ac into lepoco:development Mar 13, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
navigation Changes to navigation related controls.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants