Skip to content

Commit

Permalink
Remove dead comments per code reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Dec 22, 2023
1 parent d806d6e commit 500a252
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
import org.junit.jupiter.api.Test;

public class CountingPredicateTest {
//private List<Pair<Integer, Integer>> expected = new ArrayList<>();
//private List<Pair<Integer, Integer>> result = new ArrayList<>();

private Integer[] ary = {Integer.valueOf(1), Integer.valueOf(2)};

private BiPredicate<Integer, Integer> makeFunc(BiPredicate<Integer, Integer> inner, List<Pair<Integer, Integer>> result) {
Expand Down

0 comments on commit 500a252

Please sign in to comment.