Make protected setter method public
Setter method should probably have originally been public but was instead protected. Changing it to public now.
Please register or sign in to comment
Setter method should probably have originally been public but was instead protected. Changing it to public now.