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 EncoderJNI and EncoderJNI.Wrapper public #124

Merged
merged 2 commits into from
Dec 28, 2023

Conversation

deshanxiao
Copy link
Contributor

@deshanxiao deshanxiao commented Dec 28, 2023

Motivation:

This PR is aimed to mark EncoderJNI and EncoderJNI.Wrapper as public class since DecoderJNI and DecoderJNI.Wrapper are already public class. Meanwhile it also mark methods from EncoderJNI.Wrapper as public.

Modification:

Add public modifier in EncoderJNI and EncoderJNI.Wrapper.
Add public modifier in methods of EncoderJNI.Wrapper.

Result:

Fixes #123

@deshanxiao
Copy link
Contributor Author

cc @hyperxpro

@hyperxpro
Copy link
Owner

You might wanna make methods public too.

@hyperxpro hyperxpro self-assigned this Dec 28, 2023
@deshanxiao
Copy link
Contributor Author

@hyperxpro Thanks, updated the PR and description.

@hyperxpro hyperxpro merged commit f2e0978 into hyperxpro:main Dec 28, 2023
27 checks passed
@hyperxpro
Copy link
Owner

Thanks!

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.

Make EncoderJNI and EncoderJNI.Wrapper public?
2 participants