2 This class is declared to be final, but declares fields to be protected. Since the class
3 is final, it can not be derived from, and the use of protected is confusing. The access
4 modifier for the field should be changed to private or public to represent the true