Skip to content

make NavigationService throw-helpers protected (instead of private)#943

Merged
pomianowski merged 3 commits intolepoco:developmentfrom
Palatis:feature/navsvc/private_to_protected
Mar 13, 2024
Merged

make NavigationService throw-helpers protected (instead of private)#943
pomianowski merged 3 commits intolepoco:developmentfrom
Palatis:feature/navsvc/private_to_protected

Conversation

@Palatis
Copy link
Copy Markdown
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
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

navigation Changes to navigation related controls.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants