Commit 92fb7719 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

remove todo

parent 8b42688e
...@@ -77,7 +77,6 @@ public class SolutionsResource ...@@ -77,7 +77,6 @@ public class SolutionsResource
@GET @GET
@Path("/all") @Path("/all")
//todo: should return completed, not all flags?
public Map<String, Map<Integer, List<String>>> getTeamsSolutions() public Map<String, Map<Integer, List<String>>> getTeamsSolutions()
{ {
return teamsRepository.getAll() return teamsRepository.getAll()
......
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