Skip to content

PuzzleAttemptService::filterSolvedPuzzles ignores its 2nd argument

The method with signature public List<Puzzle> filterSolvedPuzzles(Person person, List<Puzzle> puzzles) in the PuzzleAttemptService class actually ignores its 2nd argument and just returns a list of all puzzles solved by person.