Commit f345a3c0 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

remove unnecessary annotation

parent 4de4ba2d
......@@ -19,7 +19,6 @@ public class UsersResource
private UsersRepository usersRepository;
//todo: use injections
@Inject
public UsersResource(UsersRepository usersRepository) {
this.usersRepository = usersRepository;
}
......
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