Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Since final classes cannot be inherited, marking the method as protected may be confusing.
IMO It is better to declare such members as private or package-visible instead.
Of course I can be wrong.