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

RSDK-8714: add Base wrappers #67

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Conversation

gloriacai01
Copy link
Member

added base wrappers for java sdk + associated tests

@gloriacai01 gloriacai01 requested a review from a team as a code owner September 11, 2024 19:16
Copy link
Member

@njooma njooma left a comment

Choose a reason for hiding this comment

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

Minor nit

Comment on lines 104 to 109
Registry.registerSubtype(new ResourceRegistration<>(
Base.SUBTYPE,
BaseServiceGrpc.SERVICE_NAME,
BaseRPCService::new,
BaseRPCClient::new
));
Copy link
Member

Choose a reason for hiding this comment

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

[nit] register in alphabetical order

@gloriacai01 gloriacai01 merged commit a1716af into viamrobotics:main Sep 16, 2024
3 checks passed
@gloriacai01 gloriacai01 deleted the base branch September 16, 2024 17:34
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