Commit 6e7e351f authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

cleanup

parent 9f033660
......@@ -25,15 +25,13 @@ public class SolutionsResource
{
private TeamsRepository teamsRepository;
private SolutionsRepository solutionsRepository;
private TasksRepository tasksRepository;
private HashValidator hashValidator;
@Inject
public SolutionsResource(SolutionsRepository solutionsRepository, TasksRepository tasksRepository,
public SolutionsResource(SolutionsRepository solutionsRepository,
TeamsRepository teamsRepository, HashValidator hashValidator)
{
this.solutionsRepository = solutionsRepository;
this.tasksRepository = tasksRepository;
this.teamsRepository = teamsRepository;
this.hashValidator = hashValidator;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment