(Collection<String> params, Long selectedGroupId, Long selectedArticleId, Auth auth)
| 7 | public interface Processor { |
| 8 | |
| 9 | Collection<String> process(Collection<String> params, Long selectedGroupId, Long selectedArticleId, Auth auth); |
| 10 | } |
no outgoing calls
no test coverage detected