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

Renames variables ending in "interface" because they hold an instance #5674

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

matthias-ronge
Copy link
Collaborator

Renames variables ending in "interface" because they hold an instance of a class that implements an interface. Even if an object implements an interface, it's still an object and not an interface, so this naming is misleading. It fixes a bit of Javadoc as well, and eliminates an unnecessary call to the module loader every time a script is run, since the module was loaded when the class was instantiated.

... of a class that implements an interface. Even if an object
implements an interface, it's still an object and not an interface, so
this naming is misleading. It fixes a bit of Javadoc as well, and
eliminates an unnecessary call to the module loader every time a script
is run, since the module was loaded when the class was instantiated.
@solth solth merged commit 14a7ca1 into kitodo:master Aug 15, 2023
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.

2 participants