We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32f5df commit 877ee89Copy full SHA for 877ee89
src/main/java/dev/coldhands/pair/stairs/PairPrinter.java
@@ -64,8 +64,6 @@ private static TableSection buildBody(Set<String> developers, List<Pairing> pair
64
return builder.build();
65
}
66
67
- // todo, the most recent date should be passed into this class using PairUtils.mostRecentDate
68
- // or something similar
69
private static Set<Pair> findMostRecentPairs(List<Pairing> pairings) {
70
var pairingsByDay = new HashMap<LocalDate, Set<Pair>>();
71
var mostRecentDate = LocalDate.MIN;
0 commit comments