Commit 7690a587 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

remove unnecessary repo

parent 16f5d3a5
......@@ -31,19 +31,16 @@ public class TasksRepository implements Repository
private Datastore datastore;
private TeamsRepository teamsRepository;
private SolutionsRepository solutionsRepository;
private UsersRepository usersRepository;
private String salt = "SECURE_SALT"; //todo
@Inject
public TasksRepository(ApplicationConfiguration applicationConfiguration, Datastore datastore,
TeamsRepository teamsRepository, SolutionsRepository solutionsRepository,
UsersRepository usersRepository)
TeamsRepository teamsRepository, SolutionsRepository solutionsRepository)
{
this.applicationConfiguration = applicationConfiguration;
this.datastore = datastore;
this.teamsRepository = teamsRepository;
this.solutionsRepository = solutionsRepository;
this.usersRepository = usersRepository;
initialize();
}
......
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