Commit d577f99d authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

cleanup

parent de216ec6
......@@ -18,8 +18,7 @@ public class SolutionsRepository extends Repository<Solution>
private TasksRepository tasksRepository;
@Inject
public SolutionsRepository(TeamsRepository teamsRepository,
TasksRepository tasksRepository,
public SolutionsRepository(TasksRepository tasksRepository,
Datastore datastore)
{
super(datastore);
......
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