FI: Finalizer should be protected, not public (FI_PUBLIC_SHOULD_BE_PROTECTED)
A class's
finalize()
method should have protected access, not public.