Hide unnecessary public methods in ProcessCommitWorker
requested to merge gitlab-community/gitlab:373805-hide-unnessary-public-methods-of-process-commit-worker into master
What does this MR do and why?
This MR hides unnecessary public methods in ProcessCommitWorker
.
Note, that #373805 (closed) suggests making private
only ProcessCommitWorker#process_commit_message
, but other methods should also be private - they are used only in worker itself and in its specs.