metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Use "protected" on all "on...()" methods (#435) #436

Closed dr0i closed 2 years ago

dr0i commented 2 years ago

Came up in https://github.com/metafacture/metafacture-core/pull/435#event-5835411316.

Some "@override" methods used the "public" modifier, which is not necessary. Looking at the base classes of these classes a "protected" modifier was used, so "protected" seems to be intentionally.