Skip to content

Make protected setter method public

Setter method should probably have originally been public but was instead protected. Changing it to public now.

Merge request reports