Skip to content

Commit

Permalink
define returned type
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Reimann committed Sep 25, 2018
1 parent 43987d4 commit b01a60b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,6 +58,6 @@ public void updateWithExisting() {
@Test
public void updateWithNone() {
UnboundedArchive archive = new UnboundedArchive();
Assert.assertFalse(archive.updateWithNondominated(Collections.emptySet()));
Assert.assertFalse(archive.updateWithNondominated(Collections.<Individual> emptySet()));
}
}

0 comments on commit b01a60b

Please sign in to comment.