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

[wpilib] Make Java TimedRobot constructor public #6644

Conversation

calcmogul
Copy link
Member

It was changed from public to private in #781, which doesn't match TimesliceRobot or C++ TimedRobot.

It was changed from public to private in wpilibsuite#781, which doesn't match
TimesliceRobot or C++ TimedRobot.
@calcmogul calcmogul requested a review from a team as a code owner May 21, 2024 18:51
@ThadHouse
Copy link
Member

Protected here is fine. The derived class can still construct this.

@calcmogul
Copy link
Member Author

In that case, we need to modify all the other classes to use protected for consistency.

@calcmogul calcmogul closed this May 21, 2024
@calcmogul calcmogul deleted the wpilib-make-java-timed-robot-ctor-public branch May 21, 2024 19: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