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(Core): Make editor, saveThread, and glossary package-private #1305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

miurahr
Copy link
Member

@miurahr miurahr commented Mar 21, 2025

Refactor access modifiers for editor, saveThread, and glossary from protected to package-private. This simplifies access control and aligns with typical encapsulation practices within the package. No functional changes were introduced.

Pull request type

Please mark github LABEL of the type of change your PR introduces:

  • Other (describe below)
    refactor - adjust for spotbugss warnings

Which ticket is resolved?

What does this PR change?

Other information

Refactor access modifiers for `editor`, `saveThread`, and `glossary` from `protected` to package-private.
This simplifies access control and aligns with typical encapsulation practices within the package.
No functional changes were introduced.

Signed-off-by: Hiroshi Miura <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant