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

refactor(java): remove registerWithCheck function #1424

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

LiangliangSui
Copy link
Contributor

Remove registerWithCheck function and register function enables duplicate registration check by default. When Class is repeatedly registered, an IllegalArgumentException is thrown.

Remove `registerWithCheck` function and register function
enables duplicate registration check by default. When Class
is repeatedly registered, an `IllegalArgumentException`
is thrown.

Signed-off-by: LiangliangSui <[email protected]>
Copy link
Collaborator

@chaokunyang chaokunyang left a comment

Choose a reason for hiding this comment

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

LGTM

@chaokunyang chaokunyang merged commit 20a1a78 into apache:main Mar 25, 2024
31 checks passed
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