Closed alessandrodalbello closed 2 years ago
These methods are used only within the class and are defined as static. There is no need to keep them as protected, hence their visibility has been reduced to private.
protected
private
These methods are used only within the class and are defined as static. There is no need to keep them as
protected
, hence their visibility has been reduced toprivate
.